Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eq(_, v0) throws error is there an exception for this? #7341

Closed
BMFI opened this issue Apr 23, 2024 · 1 comment
Closed

Eq(_, v0) throws error is there an exception for this? #7341

BMFI opened this issue Apr 23, 2024 · 1 comment
Labels
bug status:Needs Triage Applied to issues that need triage

Comments

@BMFI
Copy link

BMFI commented Apr 23, 2024

Eq(_, v0) this line throws the error:

SympifyError Traceback (most recent call last)
Cell In[32], line 2
1 #Set this equal to(Initial velocity) v_0
----> 2 Eq(_, v0)

File ~\anaconda3\Lib\site-packages\sympy\core\relational.py:614, in Equality.new(cls, lhs, rhs, **options)
612 def new(cls, lhs, rhs, **options):
613 evaluate = options.pop('evaluate', global_parameters.evaluate)
--> 614 lhs = _sympify(lhs)
615 rhs = _sympify(rhs)
616 if evaluate:

File ~\anaconda3\Lib\site-packages\sympy\core\sympify.py:528, in _sympify(a)
502 def _sympify(a):
503 """
504 Short version of :func:~.sympify for internal usage for __add__ and
505 __eq__ methods where it is ok to allow some things (like Python
(...)
526
527 """
--> 528 return sympify(a, strict=True)

File ~\anaconda3\Lib\site-packages\sympy\core\sympify.py:449, in sympify(a, locals, convert_xor, strict, rational, evaluate)
446 continue
448 if strict:
--> 449 raise SympifyError(a)
451 if iterable(a):
452 try:

SympifyError: SympifyError: '[{"varName": "Abs", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Abs", "isMatrix": false, "isWidget": false}, {"varName": "And", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "And", "isMatrix": false, "isWidget": false}, {"varName": "C1", "varType": "Symbol", "varSize": "80", "varShape": "", "varContent": "C1", "isMatrix": false, "isWidget": false}, {"varName": "C2", "varType": "Symbol", "varSize": "80", "varShape": "", "varContent": "C2", "isMatrix": false, "isWidget": false}, {"varName": "CC", "varType": "ComplexField", "varSize": "56", "varShape": "", "varContent": "CC", "isMatrix": false, "isWidget": false}, {"varName": "Catalan", "varType": "Catalan", "varSize": "56", "varShape": "", "varContent": "Catalan", "isMatrix": false, "isWidget": false}, {"varName": "Chi", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Chi", "isMatrix": false, "isWidget": false}, {"varName": "Ci", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Ci", "isMatrix": false, "isWidget": false}, {"varName": "Complexes", "varType": "Complexes", "varSize": "80", "varShape": "", "varContent": "Complexes", "isMatrix": false, "isWidget": false}, {"varName": "Contains", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Contains", "isMatrix": false, "isWidget": false}, {"varName": "CosineTransform", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "CosineTransform", "isMatrix": false, "isWidget": false}, {"varName": "DiracDelta", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "DiracDelta", "isMatrix": false, "isWidget": false}, {"varName": "E", "varType": "Exp1", "varSize": "56", "varShape": "", "varContent": "E", "isMatrix": false, "isWidget": false}, {"varName": "EX", "varType": "ExpressionDomain", "varSize": "56", "varShape": "", "varContent": "EX", "isMatrix": false, "isWidget": false}, {"varName": "EXRAW", "varType": "ExpressionRawDomain", "varSize": "56", "varShape": "", "varContent": "EXRAW", "isMatrix": false, "isWidget": false}, {"varName": "Ei", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Ei", "isMatrix": false, "isWidget": false}, {"varName": "EmptySequence", "varType": "EmptySequence", "varSize": "80", "varShape": "", "varContent": "EmptySequence", "isMatrix": false, "isWidget": false}, {"varName": "EmptySet", "varType": "EmptySet", "varSize": "80", "varShape": "", "varContent": "EmptySet", "isMatrix": false, "isWidget": false}, {"varName": "Equivalent", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Equivalent", "isMatrix": false, "isWidget": false}, {"varName": "EulerGamma", "varType": "EulerGamma", "varSize": "56", "varShape": "", "varContent": "EulerGamma", "isMatrix": false, "isWidget": false}, {"varName": "FU", "varType": "dict", "varSize": "832", "varShape": "24 keys", "varContent": "{'TR0': <function TR0 at 0x000001CD9C124AE0>, 'TR1': <function TR1 at 0x000001CD9C124B80>, 'TR2': <function TR2 at 0x000001CD9C124C20>, 'TR3': <functi ...", "isMatrix": false, "isWidget": false}, {"varName": "FallingFactorial", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "FallingFactorial", "isMatrix": false, "isWidget": false}, {"varName": "FourierTransform", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "FourierTransform", "isMatrix": false, "isWidget": false}, {"varName": "Function", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Function", "isMatrix": false, "isWidget": false}, {"varName": "GoldenRatio", "varType": "GoldenRatio", "varSize": "56", "varShape": "", "varContent": "GoldenRatio", "isMatrix": false, "isWidget": false}, {"varName": "HankelTransform", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "HankelTransform", "isMatrix": false, "isWidget": false}, {"varName": "Heaviside", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Heaviside", "isMatrix": false, "isWidget": false}, {"varName": "I", "varType": "ImaginaryUnit", "varSize": "56", "varShape": "", "varContent": "I", "isMatrix": false, "isWidget": false}, {"varName": "ITE", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "ITE", "isMatrix": false, "isWidget": false}, {"varName": "Id", "varType": "IdentityFunction", "varSize": "80", "varShape": "", "varContent": "Lambda(_x, _x)", "isMatrix": false, "isWidget": false}, {"varName": "Implies", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Implies", "isMatrix": false, "isWidget": false}, {"varName": "Integers", "varType": "Integers", "varSize": "80", "varShape": "", "varContent": "Integers", "isMatrix": false, "isWidget": false}, {"varName": "InverseCosineTransform", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "InverseCosineTransform", "isMatrix": false, "isWidget": false}, {"varName": "InverseFourierTransform", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "InverseFourierTransform", "isMatrix": false, "isWidget": false}, {"varName": "InverseHankelTransform", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "InverseHankelTransform", "isMatrix": false, "isWidget": false}, {"varName": "InverseLaplaceTransform", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "InverseLaplaceTransform", "isMatrix": false, "isWidget": false}, {"varName": "InverseMellinTransform", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "InverseMellinTransform", "isMatrix": false, "isWidget": false}, {"varName": "InverseSineTransform", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "InverseSineTransform", "isMatrix": false, "isWidget": false}, {"varName": "KroneckerDelta", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "KroneckerDelta", "isMatrix": false, "isWidget": false}, {"varName": "LambertW", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "LambertW", "isMatrix": false, "isWidget": false}, {"varName": "LaplaceTransform", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "LaplaceTransform", "isMatrix": false, "isWidget": false}, {"varName": "LeviCivita", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "LeviCivita", "isMatrix": false, "isWidget": false}, {"varName": "Li", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Li", "isMatrix": false, "isWidget": false}, {"varName": "Max", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Max", "isMatrix": false, "isWidget": false}, {"varName": "MellinTransform", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "MellinTransform", "isMatrix": false, "isWidget": false}, {"varName": "Min", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Min", "isMatrix": false, "isWidget": false}, {"varName": "Mod", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Mod", "isMatrix": false, "isWidget": false}, {"varName": "Nand", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Nand", "isMatrix": false, "isWidget": false}, {"varName": "Naturals", "varType": "Naturals", "varSize": "80", "varShape": "", "varContent": "Naturals", "isMatrix": false, "isWidget": false}, {"varName": "Naturals0", "varType": "Naturals0", "varSize": "80", "varShape": "", "varContent": "Naturals0", "isMatrix": false, "isWidget": false}, {"varName": "Nor", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Nor", "isMatrix": false, "isWidget": false}, {"varName": "Not", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Not", "isMatrix": false, "isWidget": false}, {"varName": "Or", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Or", "isMatrix": false, "isWidget": false}, {"varName": "Piecewise", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Piecewise", "isMatrix": false, "isWidget": false}, {"varName": "QQ", "varType": "RationalField", "varSize": "56", "varShape": "", "varContent": "QQ", "isMatrix": false, "isWidget": false}, {"varName": "QQ_I", "varType": "GaussianRationalField", "varSize": "56", "varShape": "", "varContent": "QQ_I", "isMatrix": false, "isWidget": false}, {"varName": "RR", "varType": "RealField", "varSize": "56", "varShape": "", "varContent": "RR", "isMatrix": false, "isWidget": false}, {"varName": "Rationals", "varType": "Rationals", "varSize": "80", "varShape": "", "varContent": "Rationals", "isMatrix": false, "isWidget": false}, {"varName": "Reals", "varType": "Reals", "varSize": "80", "varShape": "", "varContent": "Reals", "isMatrix": false, "isWidget": false}, {"varName": "Rem", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Rem", "isMatrix": false, "isWidget": false}, {"varName": "RisingFactorial", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "RisingFactorial", "isMatrix": false, "isWidget": false}, {"varName": "S", "varType": "SingletonRegistry", "varSize": "32", "varShape": "", "varContent": "S", "isMatrix": false, "isWidget": false}, {"varName": "Shi", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Shi", "isMatrix": false, "isWidget": false}, {"varName": "Si", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Si", "isMatrix": false, "isWidget": false}, {"varName": "SineTransform", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "SineTransform", "isMatrix": false, "isWidget": false}, {"varName": "SingularityFunction", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "SingularityFunction", "isMatrix": false, "isWidget": false}, {"varName": "TribonacciConstant", "varType": "TribonacciConstant", "varSize": "56", "varShape": "", "varContent": "TribonacciConstant", "isMatrix": false, "isWidget": false}, {"varName": "UniversalSet", "varType": "UniversalSet", "varSize": "80", "varShape": "", "varContent": "UniversalSet", "isMatrix": false, "isWidget": false}, {"varName": "WildFunction", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "WildFunction", "isMatrix": false, "isWidget": false}, {"varName": "Xor", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Xor", "isMatrix": false, "isWidget": false}, {"varName": "Ynm", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Ynm", "isMatrix": false, "isWidget": false}, {"varName": "ZZ", "varType": "IntegerRing", "varSize": "56", "varShape": "", "varContent": "ZZ", "isMatrix": false, "isWidget": false}, {"varName": "ZZ_I", "varType": "GaussianIntegerRing", "varSize": "56", "varShape": "", "varContent": "ZZ_I", "isMatrix": false, "isWidget": false}, {"varName": "Znm", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "Znm", "isMatrix": false, "isWidget": false}, {"varName": "acos", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "acos", "isMatrix": false, "isWidget": false}, {"varName": "acosh", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "acosh", "isMatrix": false, "isWidget": false}, {"varName": "acot", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "acot", "isMatrix": false, "isWidget": false}, {"varName": "acoth", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "acoth", "isMatrix": false, "isWidget": false}, {"varName": "acsc", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "acsc", "isMatrix": false, "isWidget": false}, {"varName": "acsch", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "acsch", "isMatrix": false, "isWidget": false}, {"varName": "adjoint", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "adjoint", "isMatrix": false, "isWidget": false}, {"varName": "airyai", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "airyai", "isMatrix": false, "isWidget": false}, {"varName": "airyaiprime", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "airyaiprime", "isMatrix": false, "isWidget": false}, {"varName": "airybi", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "airybi", "isMatrix": false, "isWidget": false}, {"varName": "airybiprime", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "airybiprime", "isMatrix": false, "isWidget": false}, {"varName": "andre", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "andre", "isMatrix": false, "isWidget": false}, {"varName": "appellf1", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "appellf1", "isMatrix": false, "isWidget": false}, {"varName": "arg", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "arg", "isMatrix": false, "isWidget": false}, {"varName": "asec", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "asec", "isMatrix": false, "isWidget": false}, {"varName": "asech", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "asech", "isMatrix": false, "isWidget": false}, {"varName": "asin", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "asin", "isMatrix": false, "isWidget": false}, {"varName": "asinh", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "asinh", "isMatrix": false, "isWidget": false}, {"varName": "assoc_laguerre", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "assoc_laguerre", "isMatrix": false, "isWidget": false}, {"varName": "assoc_legendre", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "assoc_legendre", "isMatrix": false, "isWidget": false}, {"varName": "atan", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "atan", "isMatrix": false, "isWidget": false}, {"varName": "atan2", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "atan2", "isMatrix": false, "isWidget": false}, {"varName": "atanh", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "atanh", "isMatrix": false, "isWidget": false}, {"varName": "bell", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "bell", "isMatrix": false, "isWidget": false}, {"varName": "bernoulli", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "bernoulli", "isMatrix": false, "isWidget": false}, {"varName": "besseli", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "besseli", "isMatrix": false, "isWidget": false}, {"varName": "besselj", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "besselj", "isMatrix": false, "isWidget": false}, {"varName": "besselk", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "besselk", "isMatrix": false, "isWidget": false}, {"varName": "bessely", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "bessely", "isMatrix": false, "isWidget": false}, {"varName": "beta", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "beta", "isMatrix": false, "isWidget": false}, {"varName": "betainc", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "betainc", "isMatrix": false, "isWidget": false}, {"varName": "betainc_regularized", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "betainc_regularized", "isMatrix": false, "isWidget": false}, {"varName": "binomial", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "binomial", "isMatrix": false, "isWidget": false}, {"varName": "carmichael", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "carmichael", "isMatrix": false, "isWidget": false}, {"varName": "catalan", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "catalan", "isMatrix": false, "isWidget": false}, {"varName": "ceiling", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "ceiling", "isMatrix": false, "isWidget": false}, {"varName": "chebyshevt", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "chebyshevt", "isMatrix": false, "isWidget": false}, {"varName": "chebyshevt_root", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "chebyshevt_root", "isMatrix": false, "isWidget": false}, {"varName": "chebyshevu", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "chebyshevu", "isMatrix": false, "isWidget": false}, {"varName": "chebyshevu_root", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "chebyshevu_root", "isMatrix": false, "isWidget": false}, {"varName": "coefs", "varType": "dict", "varSize": "224", "varShape": "1 keys", "varContent": "{C2: x_0}", "isMatrix": false, "isWidget": false}, {"varName": "conjugate", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "conjugate", "isMatrix": false, "isWidget": false}, {"varName": "consts", "varType": "set", "varSize": "216", "varShape": "", "varContent": "{C1, C2}", "isMatrix": false, "isWidget": false}, {"varName": "cos", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "cos", "isMatrix": false, "isWidget": false}, {"varName": "cosh", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "cosh", "isMatrix": false, "isWidget": false}, {"varName": "cot", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "cot", "isMatrix": false, "isWidget": false}, {"varName": "coth", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "coth", "isMatrix": false, "isWidget": false}, {"varName": "csc", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "csc", "isMatrix": false, "isWidget": false}, {"varName": "csch", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "csch", "isMatrix": false, "isWidget": false}, {"varName": "digamma", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "digamma", "isMatrix": false, "isWidget": false}, {"varName": "dirichlet_eta", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "dirichlet_eta", "isMatrix": false, "isWidget": false}, {"varName": "divisor_sigma", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "divisor_sigma", "isMatrix": false, "isWidget": false}, {"varName": "elliptic_e", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "elliptic_e", "isMatrix": false, "isWidget": false}, {"varName": "elliptic_f", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "elliptic_f", "isMatrix": false, "isWidget": false}, {"varName": "elliptic_k", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "elliptic_k", "isMatrix": false, "isWidget": false}, {"varName": "elliptic_pi", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "elliptic_pi", "isMatrix": false, "isWidget": false}, {"varName": "eq", "varType": "Equality", "varSize": "56", "varShape": "", "varContent": "Eq(w**2x(t) + Derivative(x(t), (t, 2)), 0)", "isMatrix": false, "isWidget": false}, {"varName": "erf", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "erf", "isMatrix": false, "isWidget": false}, {"varName": "erf2", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "erf2", "isMatrix": false, "isWidget": false}, {"varName": "erf2inv", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "erf2inv", "isMatrix": false, "isWidget": false}, {"varName": "erfc", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "erfc", "isMatrix": false, "isWidget": false}, {"varName": "erfcinv", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "erfcinv", "isMatrix": false, "isWidget": false}, {"varName": "erfi", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "erfi", "isMatrix": false, "isWidget": false}, {"varName": "erfinv", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "erfinv", "isMatrix": false, "isWidget": false}, {"varName": "euler", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "euler", "isMatrix": false, "isWidget": false}, {"varName": "exp", "varType": "ExpMeta", "varSize": "1688", "varShape": "", "varContent": "exp", "isMatrix": false, "isWidget": false}, {"varName": "exp_polar", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "exp_polar", "isMatrix": false, "isWidget": false}, {"varName": "expint", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "expint", "isMatrix": false, "isWidget": false}, {"varName": "factorial", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "factorial", "isMatrix": false, "isWidget": false}, {"varName": "factorial2", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "factorial2", "isMatrix": false, "isWidget": false}, {"varName": "false", "varType": "BooleanFalse", "varSize": "80", "varShape": "", "varContent": "False", "isMatrix": false, "isWidget": false}, {"varName": "ff", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "FallingFactorial", "isMatrix": false, "isWidget": false}, {"varName": "fibonacci", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "fibonacci", "isMatrix": false, "isWidget": false}, {"varName": "floor", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "floor", "isMatrix": false, "isWidget": false}, {"varName": "frac", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "frac", "isMatrix": false, "isWidget": false}, {"varName": "fresnelc", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "fresnelc", "isMatrix": false, "isWidget": false}, {"varName": "fresnels", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "fresnels", "isMatrix": false, "isWidget": false}, {"varName": "gamma", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "gamma", "isMatrix": false, "isWidget": false}, {"varName": "gegenbauer", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "gegenbauer", "isMatrix": false, "isWidget": false}, {"varName": "genocchi", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "genocchi", "isMatrix": false, "isWidget": false}, {"varName": "grevlex", "varType": "ReversedGradedLexOrder", "varSize": "56", "varShape": "", "varContent": "grevlex", "isMatrix": false, "isWidget": false}, {"varName": "grlex", "varType": "GradedLexOrder", "varSize": "56", "varShape": "", "varContent": "grlex", "isMatrix": false, "isWidget": false}, {"varName": "hankel1", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "hankel1", "isMatrix": false, "isWidget": false}, {"varName": "hankel2", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "hankel2", "isMatrix": false, "isWidget": false}, {"varName": "harmonic", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "harmonic", "isMatrix": false, "isWidget": false}, {"varName": "hermite", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "hermite", "isMatrix": false, "isWidget": false}, {"varName": "hermite_prob", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "hermite_prob", "isMatrix": false, "isWidget": false}, {"varName": "hn1", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "hn1", "isMatrix": false, "isWidget": false}, {"varName": "hn2", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "hn2", "isMatrix": false, "isWidget": false}, {"varName": "hyper", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "hyper", "isMatrix": false, "isWidget": false}, {"varName": "igrevlex", "varType": "InverseOrder", "varSize": "56", "varShape": "", "varContent": "igrevlex", "isMatrix": false, "isWidget": false}, {"varName": "igrlex", "varType": "InverseOrder", "varSize": "56", "varShape": "", "varContent": "igrlex", "isMatrix": false, "isWidget": false}, {"varName": "ilex", "varType": "InverseOrder", "varSize": "56", "varShape": "", "varContent": "ilex", "isMatrix": false, "isWidget": false}, {"varName": "im", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "im", "isMatrix": false, "isWidget": false}, {"varName": "intial", "varType": "dict", "varSize": "224", "varShape": "2 keys", "varContent": "{x_0: 1, v_0: 0}", "isMatrix": false, "isWidget": false}, {"varName": "jacobi", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "jacobi", "isMatrix": false, "isWidget": false}, {"varName": "jn", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "jn", "isMatrix": false, "isWidget": false}, {"varName": "laguerre", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "laguerre", "isMatrix": false, "isWidget": false}, {"varName": "legendre", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "legendre", "isMatrix": false, "isWidget": false}, {"varName": "lerchphi", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "lerchphi", "isMatrix": false, "isWidget": false}, {"varName": "lex", "varType": "LexOrder", "varSize": "56", "varShape": "", "varContent": "lex", "isMatrix": false, "isWidget": false}, {"varName": "li", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "li", "isMatrix": false, "isWidget": false}, {"varName": "ln", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "log", "isMatrix": false, "isWidget": false}, {"varName": "log", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "log", "isMatrix": false, "isWidget": false}, {"varName": "loggamma", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "loggamma", "isMatrix": false, "isWidget": false}, {"varName": "lowergamma", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "lowergamma", "isMatrix": false, "isWidget": false}, {"varName": "lucas", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "lucas", "isMatrix": false, "isWidget": false}, {"varName": "marcumq", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "marcumq", "isMatrix": false, "isWidget": false}, {"varName": "mathieuc", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "mathieuc", "isMatrix": false, "isWidget": false}, {"varName": "mathieucprime", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "mathieucprime", "isMatrix": false, "isWidget": false}, {"varName": "mathieus", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "mathieus", "isMatrix": false, "isWidget": false}, {"varName": "mathieusprime", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "mathieusprime", "isMatrix": false, "isWidget": false}, {"varName": "meijerg", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "meijerg", "isMatrix": false, "isWidget": false}, {"varName": "mobius", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "mobius", "isMatrix": false, "isWidget": false}, {"varName": "motzkin", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "motzkin", "isMatrix": false, "isWidget": false}, {"varName": "multigamma", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "multigamma", "isMatrix": false, "isWidget": false}, {"varName": "nan", "varType": "NaN", "varSize": "56", "varShape": "", "varContent": "nan", "isMatrix": false, "isWidget": false}, {"varName": "oo", "varType": "Infinity", "varSize": "56", "varShape": "", "varContent": "oo", "isMatrix": false, "isWidget": false}, {"varName": "ord0", "varType": "OrdinalZero", "varSize": "80", "varShape": "", "varContent": "ord0", "isMatrix": false, "isWidget": false}, {"varName": "partition", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "partition", "isMatrix": false, "isWidget": false}, {"varName": "periodic_argument", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "periodic_argument", "isMatrix": false, "isWidget": false}, {"varName": "pi", "varType": "Pi", "varSize": "56", "varShape": "", "varContent": "pi", "isMatrix": false, "isWidget": false}, {"varName": "plot_backends", "varType": "dict", "varSize": "184", "varShape": "3 keys", "varContent": "{'matplotlib': <class 'sympy.plotting.plot.MatplotlibBackend'>, 'text': <class 'sympy.plotting.plot.TextBackend'>, 'default': <class 'sympy.plotting.p ...", "isMatrix": false, "isWidget": false}, {"varName": "polar_lift", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "polar_lift", "isMatrix": false, "isWidget": false}, {"varName": "polygamma", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "polygamma", "isMatrix": false, "isWidget": false}, {"varName": "polylog", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "polylog", "isMatrix": false, "isWidget": false}, {"varName": "primenu", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "primenu", "isMatrix": false, "isWidget": false}, {"varName": "primeomega", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "primeomega", "isMatrix": false, "isWidget": false}, {"varName": "primepi", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "primepi", "isMatrix": false, "isWidget": false}, {"varName": "principal_branch", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "principal_branch", "isMatrix": false, "isWidget": false}, {"varName": "re", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "re", "isMatrix": false, "isWidget": false}, {"varName": "reduced_totient", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "reduced_totient", "isMatrix": false, "isWidget": false}, {"varName": "rf", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "RisingFactorial", "isMatrix": false, "isWidget": false}, {"varName": "riemann_xi", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "riemann_xi", "isMatrix": false, "isWidget": false}, {"varName": "sec", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "sec", "isMatrix": false, "isWidget": false}, {"varName": "sech", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "sech", "isMatrix": false, "isWidget": false}, {"varName": "sign", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "sign", "isMatrix": false, "isWidget": false}, {"varName": "sin", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "sin", "isMatrix": false, "isWidget": false}, {"varName": "sinc", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "sinc", "isMatrix": false, "isWidget": false}, {"varName": "sinh", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "sinh", "isMatrix": false, "isWidget": false}, {"varName": "sol", "varType": "Equality", "varSize": "56", "varShape": "", "varContent": "Eq(x(t), C1sin(tw) + C2cos(t*w))", "isMatrix": false, "isWidget": false}, {"varName": "stieltjes", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "stieltjes", "isMatrix": false, "isWidget": false}, {"varName": "subfactorial", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "subfactorial", "isMatrix": false, "isWidget": false}, {"varName": "t", "varType": "Symbol", "varSize": "80", "varShape": "", "varContent": "t", "isMatrix": false, "isWidget": false}, {"varName": "tan", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "tan", "isMatrix": false, "isWidget": false}, {"varName": "tanh", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "tanh", "isMatrix": false, "isWidget": false}, {"varName": "totient", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "totient", "isMatrix": false, "isWidget": false}, {"varName": "transpose", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "transpose", "isMatrix": false, "isWidget": false}, {"varName": "tribonacci", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "tribonacci", "isMatrix": false, "isWidget": false}, {"varName": "trigamma", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "trigamma", "isMatrix": false, "isWidget": false}, {"varName": "true", "varType": "BooleanTrue", "varSize": "80", "varShape": "", "varContent": "True", "isMatrix": false, "isWidget": false}, {"varName": "uppergamma", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "uppergamma", "isMatrix": false, "isWidget": false}, {"varName": "v0", "varType": "Symbol", "varSize": "80", "varShape": "", "varContent": "v_0", "isMatrix": false, "isWidget": false}, {"varName": "w", "varType": "Symbol", "varSize": "80", "varShape": "", "varContent": "w", "isMatrix": false, "isWidget": false}, {"varName": "x", "varType": "UndefinedFunction", "varSize": "1688", "varShape": "", "varContent": "x", "isMatrix": false, "isWidget": false}, {"varName": "x0", "varType": "Symbol", "varSize": "80", "varShape": "", "varContent": "x_0", "isMatrix": false, "isWidget": false}, {"varName": "yn", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "yn", "isMatrix": false, "isWidget": false}, {"varName": "zeta", "varType": "FunctionClass", "varSize": "1688", "varShape": "", "varContent": "zeta", "isMatrix": false, "isWidget": false}, {"varName": "zoo", "varType": "ComplexInfinity", "varSize": "56", "varShape": "", "varContent": "zoo", "isMatrix": false, "isWidget": false}]'

Click to add a cell.

@BMFI BMFI added bug status:Needs Triage Applied to issues that need triage labels Apr 23, 2024
@JasonWeill
Copy link
Collaborator

@BMFI Thank you for your contribution! It looks like this is an exception that is coming from SymPy. If this issue recurs and you think it represents a bug in SymPy, please open an issue here: https://github.com/sympy/sympy/issues/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug status:Needs Triage Applied to issues that need triage
Projects
None yet
Development

No branches or pull requests

2 participants