{
"categories": {
"apart:univariate": 10,
"codegen:compile": 16,
"complex:abs": 10,
"complex:arg": 10,
"complex:conjugate": 10,
"complex:expand_complex": 8,
"complex:im": 10,
"complex:re": 10,
"decompose:univariate": 6,
"definite_integral:improper": 9,
"definite_integral:infinite": 20,
"definite_integral:numeric": 12,
"definite_integral:parametric": 8,
"definite_integral:proper": 18,
"definite_integral:symmetric": 8,
"diophantine:linear": 10,
"diophantine:pell": 13,
"discriminant:integer": 8,
"discriminant:symbolic": 3,
"factor:multivariate": 12,
"factor:univariate_list": 10,
"fourier:ordinary": 12,
"inequalities:reduce": 16,
"laplace:forward": 26,
"limit:left": 22,
"limit:right": 22,
"linsolve:inconsistent": 3,
"linsolve:parametric": 5,
"linsolve:symbolic": 4,
"linsolve:unique": 8,
"logic:boolean": 24,
"matrix:charpoly": 6,
"matrix:cholesky": 6,
"matrix:eigenvals": 10,
"matrix:exp": 8,
"matrix:jordan_form": 8,
"matrix:pinv": 7,
"matrix:qr": 6,
"matrix:rank_nullspace": 8,
"mellin:forward": 14,
"nonlinear_system:polynomial": 10,
"nroots:complex": 12,
"ntheory:bell": 8,
"ntheory:bernoulli": 12,
"ntheory:catalan": 8,
"ntheory:continued_fraction": 10,
"ntheory:discrete_log": 11,
"ntheory:divisor_sigma": 10,
"ntheory:factorint": 14,
"ntheory:fibonacci": 10,
"ntheory:isprime": 51,
"ntheory:jacobi_symbol": 15,
"ntheory:lucas": 9,
"ntheory:mobius": 12,
"ntheory:partition": 9,
"ntheory:primepi": 10,
"ntheory:primitive_root": 27,
"ntheory:sqrt_mod": 16,
"ntheory:stirling1": 10,
"ntheory:stirling2": 10,
"ntheory:totient": 10,
"ode_ivp:linear": 12,
"poly_div:univariate": 6,
"poly_gcd_lcm:gcd": 8,
"poly_gcd_lcm:lcm": 8,
"product:finite_symbolic": 8,
"product:infinite": 4,
"residue:finite": 18,
"residue:infinity": 6,
"resultant:integer": 8,
"resultant:symbolic": 3,
"rsolve:linear": 13,
"series_at_infinity:laurent": 13,
"sets:interval_ops": 18,
"simplify:expand_log": 6,
"simplify:logcombine": 5,
"simplify:nsimplify": 12,
"simplify:powdenest": 5,
"simplify:powsimp": 8,
"simplify:sqrtdenest": 10,
"simplify:trigsimp": 20,
"solve:general_periodic": 12,
"special_func:numeric": 40,
"sqf_list:univariate": 8,
"summation:convergence": 16,
"summation:divergent": 4,
"summation:finite_symbolic": 17,
"summation:infinite": 20
},
"fixture_count": 1028,
"fixtures": [
{
"category": "apart",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 8.666666666666666
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 23.650793650793652
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -0.25923295454545453
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 1.618214561358374
}
}
],
"id": 1,
"input": "(x**2 + 1)/(x*(x - 1)**2)",
"key": "(x**2 + 1)/(x*(x - 1)**2)",
"subcategory": "univariate",
"sympy_result": "2/(x - 1)**2 + 1/x",
"variable": "x"
},
{
"category": "apart",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.8
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -1.9607843137254901
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 0.2604166666666667
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.2331002331002331
}
}
],
"id": 2,
"input": "1/(x**2 - 1)",
"key": "1/(x**2 - 1)",
"subcategory": "univariate",
"sympy_result": "-1/(2*(x + 1)) + 1/(2*(x - 1))",
"variable": "x"
},
{
"category": "apart",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.0857142857142856
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 1.5468409586056644
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -6.666666666666667
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.8386187455954898
}
}
],
"id": 3,
"input": "(3*x + 5)/(x**2 + 3*x + 2)",
"key": "(3*x + 5)/(x**2 + 3*x + 2)",
"subcategory": "univariate",
"sympy_result": "1/(x + 2) + 2/(x + 1)",
"variable": "x"
},
{
"category": "apart",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": -1.2857142857142858
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.1396011396011396
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 5.761904761904762
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 4.10077519379845
}
}
],
"id": 4,
"input": "x**2/(x**2 - 4)",
"key": "x**2/(x**2 - 4)",
"subcategory": "univariate",
"sympy_result": "1 - 1/(x + 2) + 1/(x - 2)",
"variable": "x"
},
{
"category": "apart",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.20512820512820512
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.9587727708533078
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -0.07783312577833126
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.06912283127116886
}
}
],
"id": 5,
"input": "1/(x*(x**2 + 1))",
"key": "1/(x*(x**2 + 1))",
"subcategory": "univariate",
"sympy_result": "-x/(x**2 + 1) + 1/x",
"variable": "x"
},
{
"category": "apart",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 6.6
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -2.7176470588235295
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -6.11875
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 6.208391608391608
}
}
],
"id": 6,
"input": "(2*x**3 + x)/(x**2 - 1)",
"key": "(2*x**3 + x)/(x**2 - 1)",
"subcategory": "univariate",
"sympy_result": "2*x + 3/(2*(x + 1)) + 3/(2*(x - 1))",
"variable": "x"
},
{
"category": "apart",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 2.6666666666666665
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -1.1148272017837235
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -0.014308608058608058
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": -3.663003663003663
}
}
],
"id": 7,
"input": "1/((x - 1)*(x - 2)*(x - 3))",
"key": "1/((x - 1)*(x - 2)*(x - 3))",
"subcategory": "univariate",
"sympy_result": "1/(2*(x - 1)) - 1/(x - 2) + 1/(2*(x - 3))",
"variable": "x"
},
{
"category": "apart",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 2.2222222222222223
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -11.564625850340136
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 0.07747933884297521
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.47986040424603754
}
}
],
"id": 8,
"input": "(x + 1)/(x**2*(x - 1))",
"key": "(x + 1)/(x**2*(x - 1))",
"subcategory": "univariate",
"sympy_result": "2/(x - 1) - 2/x - 1/x**2",
"variable": "x"
},
{
"category": "apart",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.09467455621301775
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.4504301608035674
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 0.029320698067179584
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.025275439097565723
}
}
],
"id": 9,
"input": "1/(x**2 + 1)**2",
"key": "1/(x**2 + 1)**2",
"subcategory": "univariate",
"sympy_result": "(x**2 + 1)**(-2)",
"variable": "x"
},
{
"category": "apart",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.2905982905982906
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.45165971340467986
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 1.4640410958904109
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.21867594564597895
}
}
],
"id": 10,
"input": "(x**2 + 2)/((x**2 + 1)*(x + 3))",
"key": "(x**2 + 2)/((x**2 + 1)*(x + 3))",
"subcategory": "univariate",
"sympy_result": "-(x - 3)/(10*(x**2 + 1)) + 11/(10*(x + 3))",
"variable": "x"
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 0.643
},
"value": {
"im": 0.0,
"re": 1.8117015547383537
}
},
{
"subs": {
"x": 1.855
},
"value": {
"im": 0.0,
"re": 4.388164463807636
}
},
{
"subs": {
"x": 2.656
},
"value": {
"im": 0.0,
"re": 8.546455838847772
}
},
{
"subs": {
"x": 1.689
},
"value": {
"im": 0.0,
"re": 3.7593213096794558
}
}
],
"id": 11,
"input": "gamma(x) + x**2",
"key": "gamma(x) + x**2",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 3.288
},
"value": {
"im": 0.0,
"re": 0.037328307706721936
}
},
{
"subs": {
"x": 3.174
},
"value": {
"im": 0.0,
"re": 0.041835619319958176
}
},
{
"subs": {
"x": 0.552
},
"value": {
"im": 0.0,
"re": 0.32531912496787374
}
},
{
"subs": {
"x": 2.905
},
"value": {
"im": 0.0,
"re": 0.054746608321711285
}
}
],
"id": 12,
"input": "erf(x)*exp(-x)",
"key": "erf(x)*exp(-x)",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 1.437
},
"value": {
"im": 0.0,
"re": 1.9450363441461886
}
},
{
"subs": {
"x": 0.544
},
"value": {
"im": 0.0,
"re": 0.7660961698831912
}
},
{
"subs": {
"x": 0.677
},
"value": {
"im": 0.0,
"re": 0.9875713469895109
}
},
{
"subs": {
"x": 1.401
},
"value": {
"im": 0.0,
"re": 1.9223297349635844
}
}
],
"id": 13,
"input": "sin(x)**2 + atan(x)",
"key": "sin(x)**2 + atan(x)",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 0.698
},
"value": {
"im": 0.0,
"re": -0.9623915862646938
}
},
{
"subs": {
"x": 1.477
},
"value": {
"im": 0.0,
"re": -0.10660514643770445
}
},
{
"subs": {
"x": 0.902
},
"value": {
"im": 0.0,
"re": -0.6862180340124333
}
},
{
"subs": {
"x": 1.188
},
"value": {
"im": 0.0,
"re": -0.3861697167123056
}
}
],
"id": 14,
"input": "digamma(x) + loggamma(x)",
"key": "digamma(x) + loggamma(x)",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 3.91
},
"value": {
"im": 0.0,
"re": 4.652016341862153
}
},
{
"subs": {
"x": 0.865
},
"value": {
"im": 0.0,
"re": 0.4465233720820929
}
},
{
"subs": {
"x": 1.688
},
"value": {
"im": 0.0,
"re": 1.3107342374808497
}
},
{
"subs": {
"x": 3.452
},
"value": {
"im": 0.0,
"re": 3.8765048785223235
}
}
],
"id": 15,
"input": "LambertW(x)*x",
"key": "LambertW(x)*x",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 2.291
},
"value": {
"im": 0.0,
"re": 2.0690467559485617
}
},
{
"subs": {
"x": 0.804
},
"value": {
"im": 0.0,
"re": 0.9774268737583767
}
},
{
"subs": {
"x": 3.833
},
"value": {
"im": 0.0,
"re": 1.6774590468385235
}
},
{
"subs": {
"x": 3.665
},
"value": {
"im": 0.0,
"re": 1.7397615574684029
}
}
],
"id": 16,
"input": "Si(x) + Ci(x)",
"key": "Si(x) + Ci(x)",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 3.424
},
"value": {
"im": 0.0,
"re": 10.697826853853126
}
},
{
"subs": {
"x": 1.471
},
"value": {
"im": 0.0,
"re": 3.163282637421004
}
},
{
"subs": {
"x": 0.838
},
"value": {
"im": 0.0,
"re": 2.777748601414174
}
},
{
"subs": {
"x": 3.373
},
"value": {
"im": 0.0,
"re": 10.290502695830568
}
}
],
"id": 17,
"input": "Ei(x) - li(x)",
"key": "Ei(x) - li(x)",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 2.783
},
"value": {
"im": 0.0,
"re": 1.2514098332420271
}
},
{
"subs": {
"x": 3.552
},
"value": {
"im": 0.0,
"re": 1.1210081243016434
}
},
{
"subs": {
"x": 2.361
},
"value": {
"im": 0.0,
"re": 1.4015343661110204
}
},
{
"subs": {
"x": 0.683
},
"value": {
"im": 0.0,
"re": -2.6009160747140405
}
}
],
"id": 18,
"input": "zeta(x)",
"key": "zeta(x)",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 0.891
},
"value": {
"im": 0.0,
"re": 1.9517557015419793
}
},
{
"subs": {
"x": 0.596
},
"value": {
"im": 0.0,
"re": 3.6764436005059458
}
},
{
"subs": {
"x": 3.976
},
"value": {
"im": 0.0,
"re": 0.2857569175054383
}
},
{
"subs": {
"x": 1.919
},
"value": {
"im": 0.0,
"re": 0.6793700689901234
}
}
],
"id": 19,
"input": "polygamma(1, x)",
"key": "polygamma(1, x)",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 2.801
},
"value": {
"im": 0.0,
"re": 3.801
}
},
{
"subs": {
"x": 2.565
},
"value": {
"im": 0.0,
"re": 3.565
}
},
{
"subs": {
"x": 1.801
},
"value": {
"im": 0.0,
"re": 1.801
}
},
{
"subs": {
"x": 1.475
},
"value": {
"im": 0.0,
"re": 1.475
}
}
],
"id": 20,
"input": "abs(x - 1)*sign(x) + floor(x)",
"key": "abs(x - 1)*sign(x) + floor(x)",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 3.298
},
"value": {
"im": 0.0,
"re": 3.3234491929906453
}
},
{
"subs": {
"x": 3.151
},
"value": {
"im": 0.0,
"re": 3.170161336519312
}
},
{
"subs": {
"x": 1.635
},
"value": {
"im": 0.0,
"re": 1.6038847952562891
}
},
{
"subs": {
"x": 2.268
},
"value": {
"im": 0.0,
"re": 2.2461541793136295
}
}
],
"id": 21,
"input": "sqrt(x**2 + 1)/(1 + exp(-x))",
"key": "sqrt(x**2 + 1)/(1 + exp(-x))",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 1.082
},
"value": {
"im": 0.0,
"re": 0.7280506977921551
}
},
{
"subs": {
"x": 2.553
},
"value": {
"im": 0.0,
"re": -0.07437471140350237
}
},
{
"subs": {
"x": 0.54
},
"value": {
"im": 0.0,
"re": 0.9284178897099647
}
},
{
"subs": {
"x": 3.352
},
"value": {
"im": 0.0,
"re": -0.3552131953881689
}
}
],
"id": 22,
"input": "besselj(0, x)",
"key": "besselj(0, x)",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 2.658
},
"value": {
"im": 0.0,
"re": 0.893670384974341
}
},
{
"subs": {
"x": 3.956
},
"value": {
"im": 0.0,
"re": 0.9908972462220699
}
},
{
"subs": {
"x": 3.322
},
"value": {
"im": 0.0,
"re": 0.901830368203201
}
},
{
"subs": {
"x": 1.554
},
"value": {
"im": 0.0,
"re": 1.2190654045765201
}
}
],
"id": 23,
"input": "erfc(x) + gamma(x/2)",
"key": "erfc(x) + gamma(x/2)",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 3.75
},
"value": {
"im": 0.0,
"re": 2.053501355463705
}
},
{
"subs": {
"x": 1.721
},
"value": {
"im": 0.0,
"re": 0.6506057221033438
}
},
{
"subs": {
"x": 0.917
},
"value": {
"im": 0.0,
"re": -0.08418098814244322
}
},
{
"subs": {
"x": 0.455
},
"value": {
"im": 0.0,
"re": -0.6056631084609909
}
}
],
"id": 24,
"input": "log(x)*x**(1/3)",
"key": "log(x)*x**(1/3)",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 2.631
},
"value": {
"im": 0.0,
"re": 1.7609091245431645
}
},
{
"subs": {
"x": 3.384
},
"value": {
"im": 0.0,
"re": 2.6489855567091913
}
},
{
"subs": {
"x": 2.378
},
"value": {
"im": 0.0,
"re": 1.456270936052379
}
},
{
"subs": {
"x": 2.647
},
"value": {
"im": 0.0,
"re": 1.7800911750530093
}
}
],
"id": 25,
"input": "(x**3 - 2*x + 1)/(x**2 + 1)",
"key": "(x**3 - 2*x + 1)/(x**2 + 1)",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "codegen",
"eval_points": [
{
"subs": {
"x": 3.84
},
"value": {
"im": 0.0,
"re": 46.5040006882826
}
},
{
"subs": {
"x": 2.56
},
"value": {
"im": 0.0,
"re": 12.859431036153056
}
},
{
"subs": {
"x": 1.017
},
"value": {
"im": 0.0,
"re": 2.486886551192187
}
},
{
"subs": {
"x": 2.544
},
"value": {
"im": 0.0,
"re": 12.652903099465098
}
}
],
"id": 26,
"input": "sinh(x)*tanh(x) + cosh(x)",
"key": "sinh(x)*tanh(x) + cosh(x)",
"subcategory": "compile",
"variables": [
"x"
]
},
{
"category": "complex",
"id": 27,
"input": "exp(z)",
"key": "abs(exp(z)) @ z=I",
"operation": "abs",
"point": "I",
"subcategory": "abs",
"sympy_result": "1.0000000000000000000",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "z"
},
{
"category": "complex",
"id": 28,
"input": "z**2 + 1/z",
"key": "abs(z**2 + 1/z) @ z=-1 - I",
"operation": "abs",
"point": "-1 - I",
"subcategory": "abs",
"sympy_result": "2.549509756796392415 + 0.e-27*I",
"value": {
"im": 0.0,
"re": 2.5495097567963922
},
"variable": "z"
},
{
"category": "complex",
"id": 29,
"input": "sin(z)",
"key": "abs(sin(z)) @ z=2 - I",
"operation": "abs",
"point": "2 - I",
"subcategory": "abs",
"sympy_result": "1.4859070145785104568",
"value": {
"im": 0.0,
"re": 1.4859070145785105
},
"variable": "z"
},
{
"category": "complex",
"id": 30,
"input": "log(z)",
"key": "abs(log(z)) @ z=-3 + I/2",
"operation": "abs",
"point": "-3 + I/2",
"subcategory": "abs",
"sympy_result": "3.1774921289923944701",
"value": {
"im": 0.0,
"re": 3.1774921289923945
},
"variable": "z"
},
{
"category": "complex",
"id": 31,
"input": "sqrt(z)",
"key": "abs(sqrt(z)) @ z=1 + 2*I",
"operation": "abs",
"point": "1 + 2*I",
"subcategory": "abs",
"sympy_result": "1.4953487812212205419",
"value": {
"im": 0.0,
"re": 1.4953487812212205
},
"variable": "z"
},
{
"category": "complex",
"id": 32,
"input": "z*exp(I*z)",
"key": "abs(z*exp(I*z)) @ z=3/2",
"operation": "abs",
"point": "3/2",
"subcategory": "abs",
"sympy_result": "1.5000000000000000000",
"value": {
"im": 0.0,
"re": 1.5
},
"variable": "z"
},
{
"category": "complex",
"id": 33,
"input": "cosh(z)",
"key": "abs(cosh(z)) @ z=I",
"operation": "abs",
"point": "I",
"subcategory": "abs",
"sympy_result": "0.54030230586813971740",
"value": {
"im": 0.0,
"re": 0.5403023058681398
},
"variable": "z"
},
{
"category": "complex",
"id": 34,
"input": "z**3 - 2*z",
"key": "abs(z**3 - 2*z) @ z=-1 - I",
"operation": "abs",
"point": "-1 - I",
"subcategory": "abs",
"sympy_result": "4.0 + 0.e-27*I",
"value": {
"im": 0.0,
"re": 4.0
},
"variable": "z"
},
{
"category": "complex",
"id": 35,
"input": "1/(z**2 + 1)",
"key": "abs(1/(z**2 + 1)) @ z=2 - I",
"operation": "abs",
"point": "2 - I",
"subcategory": "abs",
"sympy_result": "0.17677669529663688110",
"value": {
"im": 0.0,
"re": 0.1767766952966369
},
"variable": "z"
},
{
"category": "complex",
"id": 36,
"input": "exp(z)*sin(z)",
"key": "abs(exp(z)*sin(z)) @ z=-3 + I/2",
"operation": "abs",
"point": "-3 + I/2",
"subcategory": "abs",
"sympy_result": "0.026878339739602924083",
"value": {
"im": 0.0,
"re": 0.026878339739602925
},
"variable": "z"
},
{
"category": "complex",
"id": 37,
"input": "exp(z)",
"key": "arg(exp(z)) @ z=-1 - I",
"operation": "arg",
"point": "-1 - I",
"subcategory": "arg",
"sympy_result": "-1.0000000000000000000",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "z"
},
{
"category": "complex",
"id": 38,
"input": "z**2 + 1/z",
"key": "arg(z**2 + 1/z) @ z=2 - I",
"operation": "arg",
"point": "2 - I",
"subcategory": "arg",
"sympy_result": "-0.84089666864316514517",
"value": {
"im": 0.0,
"re": -0.8408966686431651
},
"variable": "z"
},
{
"category": "complex",
"id": 39,
"input": "sin(z)",
"key": "arg(sin(z)) @ z=-3 + I/2",
"operation": "arg",
"point": "-3 + I/2",
"subcategory": "arg",
"sympy_result": "-1.8700001284209310497",
"value": {
"im": 0.0,
"re": -1.870000128420931
},
"variable": "z"
},
{
"category": "complex",
"id": 40,
"input": "log(z)",
"key": "arg(log(z)) @ z=1 + 2*I",
"operation": "arg",
"point": "1 + 2*I",
"subcategory": "arg",
"sympy_result": "0.94228372720165716698",
"value": {
"im": 0.0,
"re": 0.9422837272016572
},
"variable": "z"
},
{
"category": "complex",
"id": 41,
"input": "sqrt(z)",
"key": "arg(sqrt(z)) @ z=3/2",
"operation": "arg",
"point": "3/2",
"subcategory": "arg",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "z"
},
{
"category": "complex",
"id": 42,
"input": "z*exp(I*z)",
"key": "arg(z*exp(I*z)) @ z=I",
"operation": "arg",
"point": "I",
"subcategory": "arg",
"sympy_result": "1.5707963267948966192",
"value": {
"im": 0.0,
"re": 1.5707963267948966
},
"variable": "z"
},
{
"category": "complex",
"id": 43,
"input": "cosh(z)",
"key": "arg(cosh(z)) @ z=-1 - I",
"operation": "arg",
"point": "-1 - I",
"subcategory": "arg",
"sympy_result": "0.87032742499111927656",
"value": {
"im": 0.0,
"re": 0.8703274249911193
},
"variable": "z"
},
{
"category": "complex",
"id": 44,
"input": "z**3 - 2*z",
"key": "arg(z**3 - 2*z) @ z=2 - I",
"operation": "arg",
"point": "2 - I",
"subcategory": "arg",
"sympy_result": "-1.7894652726688385813",
"value": {
"im": 0.0,
"re": -1.7894652726688385
},
"variable": "z"
},
{
"category": "complex",
"id": 45,
"input": "1/(z**2 + 1)",
"key": "arg(1/(z**2 + 1)) @ z=-3 + I/2",
"operation": "arg",
"point": "-3 + I/2",
"subcategory": "arg",
"sympy_result": "0.29849893158617927794",
"value": {
"im": 0.0,
"re": 0.2984989315861793
},
"variable": "z"
},
{
"category": "complex",
"id": 46,
"input": "exp(z)*sin(z)",
"key": "arg(exp(z)*sin(z)) @ z=1 + 2*I",
"operation": "arg",
"point": "1 + 2*I",
"subcategory": "arg",
"sympy_result": "2.5542694476155005250",
"value": {
"im": 0.0,
"re": 2.5542694476155003
},
"variable": "z"
},
{
"category": "complex",
"id": 47,
"input": "exp(z)",
"key": "conjugate(exp(z)) @ z=2 - I",
"operation": "conjugate",
"point": "2 - I",
"subcategory": "conjugate",
"sympy_result": "3.9923240484412714265 + 6.2176763123679682042*I",
"value": {
"im": 6.217676312367968,
"re": 3.9923240484412714
},
"variable": "z"
},
{
"category": "complex",
"id": 48,
"input": "z**2 + 1/z",
"key": "conjugate(z**2 + 1/z) @ z=-3 + I/2",
"operation": "conjugate",
"point": "-3 + I/2",
"subcategory": "conjugate",
"sympy_result": "8.4256756756756756757 + 3.0540540540540540541*I",
"value": {
"im": 3.054054054054054,
"re": 8.425675675675675
},
"variable": "z"
},
{
"category": "complex",
"id": 49,
"input": "sin(z)",
"key": "conjugate(sin(z)) @ z=1 + 2*I",
"operation": "conjugate",
"point": "1 + 2*I",
"subcategory": "conjugate",
"sympy_result": "3.1657785132161681467 - 1.9596010414216058971*I",
"value": {
"im": -1.9596010414216058,
"re": 3.165778513216168
},
"variable": "z"
},
{
"category": "complex",
"id": 50,
"input": "log(z)",
"key": "conjugate(log(z)) @ z=3/2",
"operation": "conjugate",
"point": "3/2",
"subcategory": "conjugate",
"sympy_result": "0.40546510810816438198",
"value": {
"im": 0.0,
"re": 0.4054651081081644
},
"variable": "z"
},
{
"category": "complex",
"id": 51,
"input": "sqrt(z)",
"key": "conjugate(sqrt(z)) @ z=I",
"operation": "conjugate",
"point": "I",
"subcategory": "conjugate",
"sympy_result": "0.7071067811865475244 - 0.7071067811865475244*I",
"value": {
"im": -0.7071067811865476,
"re": 0.7071067811865476
},
"variable": "z"
},
{
"category": "complex",
"id": 52,
"input": "z*exp(I*z)",
"key": "conjugate(z*exp(I*z)) @ z=-1 - I",
"operation": "conjugate",
"point": "-1 - I",
"subcategory": "conjugate",
"sympy_result": "-3.7560492270947275483 - 0.81866134726295723407*I",
"value": {
"im": -0.8186613472629573,
"re": -3.7560492270947274
},
"variable": "z"
},
{
"category": "complex",
"id": 53,
"input": "cosh(z)",
"key": "conjugate(cosh(z)) @ z=2 - I",
"operation": "conjugate",
"point": "2 - I",
"subcategory": "conjugate",
"sympy_result": "2.0327230070196655294 + 3.0518977991518000575*I",
"value": {
"im": 3.0518977991518,
"re": 2.0327230070196656
},
"variable": "z"
},
{
"category": "complex",
"id": 54,
"input": "z**3 - 2*z",
"key": "conjugate(z**3 - 2*z) @ z=-3 + I/2",
"operation": "conjugate",
"point": "-3 + I/2",
"subcategory": "conjugate",
"sympy_result": "-18.75 - 12.375*I",
"value": {
"im": -12.375,
"re": -18.75
},
"variable": "z"
},
{
"category": "complex",
"id": 55,
"input": "1/(z**2 + 1)",
"key": "conjugate(1/(z**2 + 1)) @ z=1 + 2*I",
"operation": "conjugate",
"point": "1 + 2*I",
"subcategory": "conjugate",
"sympy_result": "-0.1 + 0.2*I",
"value": {
"im": 0.2,
"re": -0.1
},
"variable": "z"
},
{
"category": "complex",
"id": 56,
"input": "exp(z)*sin(z)",
"key": "conjugate(exp(z)*sin(z)) @ z=3/2",
"operation": "conjugate",
"point": "3/2",
"subcategory": "conjugate",
"sympy_result": "4.4704623791804051265",
"value": {
"im": 0.0,
"re": 4.470462379180405
},
"variable": "z"
},
{
"category": "complex",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 2.1486361964033964,
"re": 3.9330521759433617
}
},
{
"subs": {
"x": -0.7,
"y": 0.8
},
"value": {
"im": 0.3562284923259575,
"re": 0.3459743129146754
}
},
{
"subs": {
"x": 2.0,
"y": -1.0
},
"value": {
"im": -6.217676312367968,
"re": 3.9923240484412714
}
}
],
"id": 57,
"input": "exp(x + I*y)",
"key": "exp(x + I*y)",
"real_symbols": [
"x",
"y"
],
"subcategory": "expand_complex",
"sympy_result": "I*exp(xr)*sin(yr) + exp(xr)*cos(yr)"
},
{
"category": "complex",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 3.25,
"re": 2.25
}
},
{
"subs": {
"x": -0.7,
"y": 0.8
},
"value": {
"im": 0.664,
"re": 1.001
}
},
{
"subs": {
"x": 2.0,
"y": -1.0
},
"value": {
"im": -11.0,
"re": 2.0
}
}
],
"id": 58,
"input": "(x + I*y)**3",
"key": "(x + I*y)**3",
"real_symbols": [
"x",
"y"
],
"subcategory": "expand_complex",
"sympy_result": "xr**3 - 3*xr*yr**2 + I*(3*xr**2*yr - yr**3)"
},
{
"category": "complex",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.03686082371280446,
"re": 1.1248012470579227
}
},
{
"subs": {
"x": -0.7,
"y": 0.8
},
"value": {
"im": 0.6792609219568205,
"re": -0.8615992479393725
}
},
{
"subs": {
"x": 2.0,
"y": -1.0
},
"value": {
"im": 0.4890562590412937,
"re": 1.4031192506220407
}
}
],
"id": 59,
"input": "sin(x + I*y)",
"key": "sin(x + I*y)",
"real_symbols": [
"x",
"y"
],
"subcategory": "expand_complex",
"sympy_result": "sin(xr)*cosh(yr) + I*cos(xr)*sinh(yr)"
},
{
"category": "complex",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": -0.2,
"re": 0.6
}
},
{
"subs": {
"x": -0.7,
"y": 0.8
},
"value": {
"im": -0.7079646017699115,
"re": -0.6194690265486725
}
},
{
"subs": {
"x": 2.0,
"y": -1.0
},
"value": {
"im": 0.2,
"re": 0.4
}
}
],
"id": 60,
"input": "1/(x + I*y)",
"key": "1/(x + I*y)",
"real_symbols": [
"x",
"y"
],
"subcategory": "expand_complex",
"sympy_result": "xr/(xr**2 + yr**2) - I*yr/(xr**2 + yr**2)"
},
{
"category": "complex",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 1.0208309495976968,
"re": 2.064433656760715
}
},
{
"subs": {
"x": -0.7,
"y": 0.8
},
"value": {
"im": -0.5441746389716968,
"re": 0.8744846675876881
}
},
{
"subs": {
"x": 2.0,
"y": -1.0
},
"value": {
"im": -3.0518977991518,
"re": 2.0327230070196656
}
}
],
"id": 61,
"input": "cosh(x + I*y)",
"key": "cosh(x + I*y)",
"real_symbols": [
"x",
"y"
],
"subcategory": "expand_complex",
"sympy_result": "I*sin(yr)*sinh(xr) + cos(yr)*cosh(xr)"
},
{
"category": "complex",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 5.189480382576776,
"re": 4.8252601657133445
}
},
{
"subs": {
"x": -0.7,
"y": 0.8
},
"value": {
"im": 0.02741950570357007,
"re": -0.5271648129010388
}
},
{
"subs": {
"x": 2.0,
"y": -1.0
},
"value": {
"im": -16.427676673177206,
"re": 1.7669717845145747
}
}
],
"id": 62,
"input": "(x + I*y)*exp(x + I*y)",
"key": "(x + I*y)*exp(x + I*y)",
"real_symbols": [
"x",
"y"
],
"subcategory": "expand_complex",
"sympy_result": "xr*exp(xr)*cos(yr) - yr*exp(xr)*sin(yr) + I*(xr*exp(xr)*sin(yr) + yr*exp(xr)*cos(yr))"
},
{
"category": "complex",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.3217505543966422,
"re": 0.45814536593707755
}
},
{
"subs": {
"x": -0.7,
"y": 0.8
},
"value": {
"im": 2.289626326416521,
"re": 0.0611088163621246
}
},
{
"subs": {
"x": 2.0,
"y": -1.0
},
"value": {
"im": -0.4636476090008061,
"re": 0.8047189562170501
}
}
],
"id": 63,
"input": "log(x + I*y)",
"key": "log(x + I*y)",
"real_symbols": [
"x",
"y"
],
"subcategory": "expand_complex",
"sympy_result": "log(sqrt(xr**2 + yr**2)) + I*arg(xr + I*yr)"
},
{
"category": "complex",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 1.25,
"re": 3.75
}
},
{
"subs": {
"x": -0.7,
"y": 0.8
},
"value": {
"im": 0.904,
"re": -0.791
}
},
{
"subs": {
"x": 2.0,
"y": -1.0
},
"value": {
"im": -5.0,
"re": 10.0
}
}
],
"id": 64,
"input": "(x + I*y)**2*(x - I*y)",
"key": "(x + I*y)**2*(x - I*y)",
"real_symbols": [
"x",
"y"
],
"subcategory": "expand_complex",
"sympy_result": "xr**3 + xr*yr**2 + I*(xr**2*yr + yr**3)"
},
{
"category": "complex",
"id": 65,
"input": "exp(z)",
"key": "im(exp(z)) @ z=-3 + I/2",
"operation": "im",
"point": "-3 + I/2",
"subcategory": "im",
"sympy_result": "0.023869192067787448856",
"value": {
"im": 0.0,
"re": 0.02386919206778745
},
"variable": "z"
},
{
"category": "complex",
"id": 66,
"input": "z**2 + 1/z",
"key": "im(z**2 + 1/z) @ z=1 + 2*I",
"operation": "im",
"point": "1 + 2*I",
"subcategory": "im",
"sympy_result": "3.6000000000000000000",
"value": {
"im": 0.0,
"re": 3.6
},
"variable": "z"
},
{
"category": "complex",
"id": 67,
"input": "sin(z)",
"key": "im(sin(z)) @ z=3/2",
"operation": "im",
"point": "3/2",
"subcategory": "im",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "z"
},
{
"category": "complex",
"id": 68,
"input": "log(z)",
"key": "im(log(z)) @ z=I",
"operation": "im",
"point": "I",
"subcategory": "im",
"sympy_result": "1.5707963267948966192",
"value": {
"im": 0.0,
"re": 1.5707963267948966
},
"variable": "z"
},
{
"category": "complex",
"id": 69,
"input": "sqrt(z)",
"key": "im(sqrt(z)) @ z=-1 - I",
"operation": "im",
"point": "-1 - I",
"subcategory": "im",
"sympy_result": "-1.0986841134678099660",
"value": {
"im": 0.0,
"re": -1.09868411346781
},
"variable": "z"
},
{
"category": "complex",
"id": 70,
"input": "z*exp(I*z)",
"key": "im(z*exp(I*z)) @ z=2 - I",
"operation": "im",
"point": "2 - I",
"subcategory": "im",
"sympy_result": "6.0746577277664514937",
"value": {
"im": 0.0,
"re": 6.074657727766452
},
"variable": "z"
},
{
"category": "complex",
"id": 71,
"input": "cosh(z)",
"key": "im(cosh(z)) @ z=-3 + I/2",
"operation": "im",
"point": "-3 + I/2",
"subcategory": "im",
"sympy_result": "-4.8028250827430332519",
"value": {
"im": 0.0,
"re": -4.802825082743033
},
"variable": "z"
},
{
"category": "complex",
"id": 72,
"input": "z**3 - 2*z",
"key": "im(z**3 - 2*z) @ z=1 + 2*I",
"operation": "im",
"point": "1 + 2*I",
"subcategory": "im",
"sympy_result": "-6.0000000000000000000",
"value": {
"im": 0.0,
"re": -6.0
},
"variable": "z"
},
{
"category": "complex",
"id": 73,
"input": "1/(z**2 + 1)",
"key": "im(1/(z**2 + 1)) @ z=3/2",
"operation": "im",
"point": "3/2",
"subcategory": "im",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "z"
},
{
"category": "complex",
"id": 74,
"input": "exp(z)*sin(z)",
"key": "im(exp(z)*sin(z)) @ z=I",
"operation": "im",
"point": "I",
"subcategory": "im",
"sympy_result": "0.63496391478473610825",
"value": {
"im": 0.0,
"re": 0.6349639147847361
},
"variable": "z"
},
{
"category": "complex",
"id": 75,
"input": "exp(z)",
"key": "re(exp(z)) @ z=1 + 2*I",
"operation": "re",
"point": "1 + 2*I",
"subcategory": "re",
"sympy_result": "-1.1312043837568136384",
"value": {
"im": 0.0,
"re": -1.1312043837568135
},
"variable": "z"
},
{
"category": "complex",
"id": 76,
"input": "z**2 + 1/z",
"key": "re(z**2 + 1/z) @ z=3/2",
"operation": "re",
"point": "3/2",
"subcategory": "re",
"sympy_result": "2.9166666666666666667",
"value": {
"im": 0.0,
"re": 2.9166666666666665
},
"variable": "z"
},
{
"category": "complex",
"id": 77,
"input": "sin(z)",
"key": "re(sin(z)) @ z=I",
"operation": "re",
"point": "I",
"subcategory": "re",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "z"
},
{
"category": "complex",
"id": 78,
"input": "log(z)",
"key": "re(log(z)) @ z=-1 - I",
"operation": "re",
"point": "-1 - I",
"subcategory": "re",
"sympy_result": "0.34657359027997265471",
"value": {
"im": 0.0,
"re": 0.34657359027997264
},
"variable": "z"
},
{
"category": "complex",
"id": 79,
"input": "sqrt(z)",
"key": "re(sqrt(z)) @ z=2 - I",
"operation": "re",
"point": "2 - I",
"subcategory": "re",
"sympy_result": "1.4553466902253548081",
"value": {
"im": 0.0,
"re": 1.455346690225355
},
"variable": "z"
},
{
"category": "complex",
"id": 80,
"input": "z*exp(I*z)",
"key": "re(z*exp(I*z)) @ z=-3 + I/2",
"operation": "re",
"point": "-3 + I/2",
"subcategory": "re",
"sympy_result": "1.8441792120144772613",
"value": {
"im": 0.0,
"re": 1.8441792120144773
},
"variable": "z"
},
{
"category": "complex",
"id": 81,
"input": "cosh(z)",
"key": "re(cosh(z)) @ z=1 + 2*I",
"operation": "re",
"point": "1 + 2*I",
"subcategory": "re",
"sympy_result": "-0.64214812471551996484",
"value": {
"im": 0.0,
"re": -0.64214812471552
},
"variable": "z"
},
{
"category": "complex",
"id": 82,
"input": "z**3 - 2*z",
"key": "re(z**3 - 2*z) @ z=3/2",
"operation": "re",
"point": "3/2",
"subcategory": "re",
"sympy_result": "0.37500000000000000000",
"value": {
"im": 0.0,
"re": 0.375
},
"variable": "z"
},
{
"category": "complex",
"id": 83,
"input": "1/(z**2 + 1)",
"key": "re(1/(z**2 + 1)) @ z=2 - I",
"operation": "re",
"point": "2 - I",
"subcategory": "re",
"sympy_result": "0.12500000000000000000",
"value": {
"im": 0.0,
"re": 0.125
},
"variable": "z"
},
{
"category": "complex",
"id": 84,
"input": "exp(z)*sin(z)",
"key": "re(exp(z)*sin(z)) @ z=-1 - I",
"operation": "re",
"point": "-1 - I",
"subcategory": "re",
"sympy_result": "-0.45464871341284084770",
"value": {
"im": 0.0,
"re": -0.45464871341284085
},
"variable": "z"
},
{
"category": "decompose",
"component_count": 2,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 10.5625
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 2.2201
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 34.1056
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 39.5641
}
}
],
"id": 85,
"input": "x**4 + 2*x**2 + 1",
"key": "x**4 + 2*x**2 + 1",
"subcategory": "univariate",
"sympy_result": [
"x**2 + 2*x + 1",
"x**2"
],
"variable": "x"
},
{
"category": "decompose",
"component_count": 2,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.5625
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.0441
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 49.5616
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 8.9401
}
}
],
"id": 86,
"input": "x**4 - 2*x**3 + x**2",
"key": "x**4 - 2*x**3 + x**2",
"subcategory": "univariate",
"sympy_result": [
"x**2",
"x**2 - x"
],
"variable": "x"
},
{
"category": "decompose",
"component_count": 2,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 22.515625
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 2.146649
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 82.435904
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 185.536889
}
}
],
"id": 87,
"input": "x**6 + 3*x**3 + 1",
"key": "x**6 + 3*x**3 + 1",
"subcategory": "univariate",
"sympy_result": [
"x**2 + 3*x + 1",
"x**3"
],
"variable": "x"
},
{
"category": "decompose",
"component_count": 2,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 34.328125
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 3.307949
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 199.176704
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 248.858189
}
}
],
"id": 88,
"input": "x**6 + 3*x**4 + 3*x**2 + 1",
"key": "(x**2 + 1)**3",
"subcategory": "univariate",
"sympy_result": [
"x**3 + 3*x**2 + 3*x + 1",
"x**2"
],
"variable": "x"
},
{
"category": "decompose",
"component_count": 3,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 49.87890625
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 5.01804801
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 646.46113536
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 899.04625281
}
}
],
"id": 89,
"input": "x**8 + 4*x**4 + 4",
"key": "x**8 + 4*x**4 + 4",
"subcategory": "univariate",
"sympy_result": [
"x**2 + 4*x + 4",
"x**2",
"x**2"
],
"variable": "x"
},
{
"category": "decompose",
"component_count": 2,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 43.0625
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 12.3521
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 6.0736
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 122.5921
}
}
],
"id": 90,
"input": "x**4 + 4*x**3 + 6*x**2 + 4*x + 5",
"key": "x**4 + 4*x**3 + 6*x**2 + 4*x + 5",
"subcategory": "univariate",
"sympy_result": [
"x**2 + 2*x + 5",
"x**2 + 2*x"
],
"variable": "x"
},
{
"category": "definite_integral",
"id": 91,
"input": "log(x)",
"key": "log(x) | [0, 1]",
"lower": "0",
"subcategory": "improper",
"sympy_method": "symbolic",
"sympy_result": "-1",
"upper": "1",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 92,
"input": "1/sqrt(x)",
"key": "1/sqrt(x) | [0, 1]",
"lower": "0",
"subcategory": "improper",
"sympy_method": "symbolic",
"sympy_result": "2",
"upper": "1",
"value": {
"im": 0.0,
"re": 2.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 93,
"input": "1/sqrt(1 - x**2)",
"key": "1/sqrt(1 - x**2) | [-1, 1]",
"lower": "-1",
"subcategory": "improper",
"sympy_method": "symbolic",
"sympy_result": "pi",
"upper": "1",
"value": {
"im": 0.0,
"re": 3.141592653589793
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 94,
"input": "log(x)**2",
"key": "log(x)**2 | [0, 1]",
"lower": "0",
"subcategory": "improper",
"sympy_method": "symbolic",
"sympy_result": "2",
"upper": "1",
"value": {
"im": 0.0,
"re": 2.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 95,
"input": "x*log(x)",
"key": "x*log(x) | [0, 1]",
"lower": "0",
"subcategory": "improper",
"sympy_method": "symbolic",
"sympy_result": "-1/4",
"upper": "1",
"value": {
"im": 0.0,
"re": -0.25
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 96,
"input": "x**(-1/3)",
"key": "1/x**Rational(1, 3) | [0, 8]",
"lower": "0",
"subcategory": "improper",
"sympy_method": "symbolic",
"sympy_result": "6",
"upper": "8",
"value": {
"im": 0.0,
"re": 6.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 97,
"input": "1/sqrt(4 - x)",
"key": "1/sqrt(4 - x) | [0, 4]",
"lower": "0",
"subcategory": "improper",
"sympy_method": "symbolic",
"sympy_result": "4",
"upper": "4",
"value": {
"im": 0.0,
"re": 4.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 98,
"input": "log(x)/sqrt(x)",
"key": "log(x)/sqrt(x) | [0, 1]",
"lower": "0",
"subcategory": "improper",
"sympy_method": "numeric",
"sympy_result": "Integral(Piecewise((0, (x < 1) & (1/x < 1)), (log(x)/sqrt(x), (x < 1) | (1/x < 1)), (-(meijerg(((-1/2,), (1, 1)), ((0, 0), (-1/2,)), x) - meijerg(((1/2,), (1, 1)), ((0, 0), (-1/2,)), x)/2)/sqrt(x) + (meijerg(((-1/2, 1, 1), ()), ((), (-1/2, 0, 0)), x) - meijerg(((1/2, 1, 1), ()), ((), (-1/2, 0, 0)), x)/2)/sqrt(x) - meijerg(((1/2,), (1, 1)), ((0, 0), (-1/2,)), x)/(2*sqrt(x)) + meijerg(((1/2, 1, 1), ()), ((), (-1/2, 0, 0)), x)/(2*sqrt(x)), True)), (x, 0, 1))",
"upper": "1",
"value": {
"im": 0.0,
"re": -4.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 99,
"input": "1/sqrt(x - 1)",
"key": "1/(x - 1)**Rational(1, 2) | [1, 5]",
"lower": "1",
"subcategory": "improper",
"sympy_method": "symbolic",
"sympy_result": "4",
"upper": "5",
"value": {
"im": 0.0,
"re": 4.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 100,
"input": "x**3*exp(-x)",
"key": "exp(-x)*x**3 | [0, oo]",
"lower": "0",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "6",
"upper": "oo",
"value": {
"im": 0.0,
"re": 6.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 101,
"input": "x*exp(-x**2)",
"key": "x*exp(-x**2) | [0, oo]",
"lower": "0",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "1/2",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.5
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 102,
"input": "1/(x**2 + 1)",
"key": "1/(1 + x**2) | [-oo, oo]",
"lower": "-oo",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "pi",
"upper": "oo",
"value": {
"im": 0.0,
"re": 3.141592653589793
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 103,
"input": "sin(x)/x",
"key": "sin(x)/x | [0, oo]",
"lower": "0",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "pi/2",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.5707963267948966
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 104,
"input": "log(x)/(x**2 + 1)",
"key": "log(x)/(1 + x**2) | [0, oo]",
"lower": "0",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "0",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 105,
"input": "x**2*exp(-x**2)",
"key": "x**2*exp(-x**2) | [-oo, oo]",
"lower": "-oo",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "sqrt(pi)/2",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.886226925452758
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 106,
"input": "1/(x**2 + 4*x + 5)",
"key": "1/(x**2 + 4*x + 5) | [-oo, oo]",
"lower": "-oo",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "pi",
"upper": "oo",
"value": {
"im": 0.0,
"re": 3.141592653589793
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 107,
"input": "exp(-2*x)*cos(3*x)",
"key": "exp(-2*x)*cos(3*x) | [0, oo]",
"lower": "0",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "2/13",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.15384615384615385
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 108,
"input": "1/(x**2 - 1)",
"key": "1/(x**2 - 1) | [2, oo]",
"lower": "2",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "log(3)/2",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.5493061443340549
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 109,
"input": "sqrt(x)*exp(-x)",
"key": "sqrt(x)*exp(-x) | [0, oo]",
"lower": "0",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "sqrt(pi)/2",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.886226925452758
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 110,
"input": "1/(x**4 + 1)",
"key": "1/(1 + x**4) | [0, oo]",
"lower": "0",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "sqrt(2)*pi/4",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.1107207345395915
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 111,
"input": "1/cosh(x)",
"key": "1/cosh(x) | [-oo, oo]",
"lower": "-oo",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "pi",
"upper": "oo",
"value": {
"im": 0.0,
"re": 3.141592653589793
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 112,
"input": "x/(exp(x) - 1)",
"key": "x/(exp(x) - 1) | [0, oo]",
"lower": "0",
"subcategory": "infinite",
"sympy_method": "numeric",
"sympy_result": "Integral(x/(exp(x) - 1), (x, 0, oo))",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.6449340668482264
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 113,
"input": "exp(-x**2)*cos(x)",
"key": "exp(-x**2)*cos(x) | [-oo, oo]",
"lower": "-oo",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "sqrt(pi)*exp(-1/4)",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.380388447043143
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 114,
"input": "exp(-x)/sqrt(x)",
"key": "exp(-x)/sqrt(x) | [0, oo]",
"lower": "0",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "sqrt(pi)",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.772453850905516
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 115,
"input": "(x**2 + 1)**(-2)",
"key": "1/(x**2 + 1)**2 | [-oo, oo]",
"lower": "-oo",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "pi/2",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.5707963267948966
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 116,
"input": "x**3/(exp(x) - 1)",
"key": "x**3/(exp(x) - 1) | [0, oo]",
"lower": "0",
"subcategory": "infinite",
"sympy_method": "numeric",
"sympy_result": "Integral(x**3/(exp(x) - 1), (x, 0, oo))",
"upper": "oo",
"value": {
"im": 0.0,
"re": 6.493939402266829
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 117,
"input": "exp(-3*x)*sin(2*x)",
"key": "exp(-3*x)*sin(2*x) | [0, oo]",
"lower": "0",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "2/13",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.15384615384615385
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 118,
"input": "1/(x*(x + 1))",
"key": "1/(x*(x + 1)) | [1, oo]",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "log(2)",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.6931471805599453
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 119,
"input": "atan(x)/x**2",
"key": "atan(x)/x**2 | [1, oo]",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "log(2)/2 + pi/4",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.131971753677421
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 120,
"input": "exp(-x)*sin(x)",
"key": "exp(-x)*sin(x) | [0, oo]",
"lower": "0",
"subcategory": "numeric",
"sympy_result": "0.500000000000000000000000000000",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.5
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 121,
"input": "sin(x**2)",
"key": "sin(x**2) | [0, 3]",
"lower": "0",
"subcategory": "numeric",
"sympy_result": "0.773562526893769017149772167826",
"upper": "3",
"value": {
"im": 0.0,
"re": 0.773562526893769
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 122,
"input": "exp(-x**2)*log(x**2 + 1)",
"key": "exp(-x**2)*log(1 + x**2) | [0, oo]",
"lower": "0",
"subcategory": "numeric",
"sympy_result": "0.293309373291175001399016249774",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.293309373291175
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 123,
"input": "1/(x**6 + 1)",
"key": "1/(1 + x**6) | [-oo, oo]",
"lower": "-oo",
"subcategory": "numeric",
"sympy_result": "2.09439510239319549230842892219",
"upper": "oo",
"value": {
"im": 0.0,
"re": 2.0943951023931957
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 124,
"input": "sqrt(x)*cos(x)",
"key": "sqrt(x)*cos(x) | [0, 5]",
"lower": "0",
"subcategory": "numeric",
"sympy_result": "-2.72819092848055312724156008716",
"upper": "5",
"value": {
"im": 0.0,
"re": -2.728190928480553
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 125,
"input": "exp(sin(x))",
"key": "exp(sin(x)) | [0, 2*pi]",
"lower": "0",
"subcategory": "numeric",
"sympy_result": "7.95492652101284527451321966533",
"upper": "2*pi",
"value": {
"im": 0.0,
"re": 7.954926521012846
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 126,
"input": "x**x",
"key": "x**x | [0, 1]",
"lower": "0",
"subcategory": "numeric",
"sympy_result": "0.783430510712134407059264386527",
"upper": "1",
"value": {
"im": 0.0,
"re": 0.7834305107121344
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 127,
"input": "1/sqrt(x**3 + 1)",
"key": "1/sqrt(1 + x**3) | [0, 4]",
"lower": "0",
"subcategory": "numeric",
"sympy_result": "1.80547330165856232858718460922",
"upper": "4",
"value": {
"im": 0.0,
"re": 1.8054733016585622
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 128,
"input": "exp(-x/3)*cos(x)",
"key": "cos(x)*exp(-x/3) | [0, oo]",
"lower": "0",
"subcategory": "numeric",
"sympy_result": "0.300000000000000000000000000000",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.3
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 129,
"input": "log(x + 1)/x",
"key": "log(1 + x)/x | [0, 1]",
"lower": "0",
"subcategory": "numeric",
"sympy_result": "0.822467033424113218236207583323",
"upper": "1",
"value": {
"im": 0.0,
"re": 0.8224670334241132
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 130,
"input": "atan(x)**2/(x**2 + 1)",
"key": "atan(x)**2/(1 + x**2) | [0, 1]",
"lower": "0",
"subcategory": "numeric",
"sympy_result": "0.161491024376561563413939140974",
"upper": "1",
"value": {
"im": 0.0,
"re": 0.16149102437656157
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 131,
"input": "x**4*exp(-x**2/2)",
"key": "exp(-x**2/2)*x**4 | [-oo, oo]",
"lower": "-oo",
"subcategory": "numeric",
"sympy_result": "7.51988482389300150724729585443",
"upper": "oo",
"value": {
"im": 0.0,
"re": 7.519884823893001
},
"variable": "x"
},
{
"assumptions": {
"a": "positive"
},
"category": "definite_integral",
"eval_points": [
{
"subs": {
"a": 0.5
},
"value": {
"im": 0.0,
"re": 2.5066282746310007
}
},
{
"subs": {
"a": 2.0
},
"value": {
"im": 0.0,
"re": 1.2533141373155003
}
},
{
"subs": {
"a": 2.3333333333333335
},
"value": {
"im": 0.0,
"re": 1.1603434196557858
}
}
],
"id": 132,
"input": "exp(-a*x**2)",
"key": "exp(-a*x**2) | [-oo, oo]",
"lower": "-oo",
"subcategory": "parametric",
"sympy_result": "sqrt(pi)/sqrt(a)",
"upper": "oo",
"variable": "x"
},
{
"assumptions": {
"a": "positive"
},
"category": "definite_integral",
"eval_points": [
{
"subs": {
"a": 0.5
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"a": 2.0
},
"value": {
"im": 0.0,
"re": 0.5
}
},
{
"subs": {
"a": 2.3333333333333335
},
"value": {
"im": 0.0,
"re": 0.42857142857142855
}
}
],
"id": 133,
"input": "exp(-a*x)",
"key": "exp(-a*x) | [0, oo]",
"lower": "0",
"subcategory": "parametric",
"sympy_result": "1/a",
"upper": "oo",
"variable": "x"
},
{
"assumptions": {
"a": "positive"
},
"category": "definite_integral",
"eval_points": [
{
"subs": {
"a": 0.5
},
"value": {
"im": 0.0,
"re": 4.0
}
},
{
"subs": {
"a": 2.0
},
"value": {
"im": 0.0,
"re": 0.25
}
},
{
"subs": {
"a": 2.3333333333333335
},
"value": {
"im": 0.0,
"re": 0.1836734693877551
}
}
],
"id": 134,
"input": "x*exp(-a*x)",
"key": "x*exp(-a*x) | [0, oo]",
"lower": "0",
"subcategory": "parametric",
"sympy_result": "a**(-2)",
"upper": "oo",
"variable": "x"
},
{
"assumptions": {
"a": "positive"
},
"category": "definite_integral",
"eval_points": [
{
"subs": {
"a": 0.5
},
"value": {
"im": 0.0,
"re": 6.283185307179586
}
},
{
"subs": {
"a": 2.0
},
"value": {
"im": 0.0,
"re": 1.5707963267948966
}
},
{
"subs": {
"a": 2.3333333333333335
},
"value": {
"im": 0.0,
"re": 1.3463968515384828
}
}
],
"id": 135,
"input": "1/(x**2 + a**2)",
"key": "1/(x**2 + a**2) | [-oo, oo]",
"lower": "-oo",
"subcategory": "parametric",
"sympy_result": "pi/a",
"upper": "oo",
"variable": "x"
},
{
"assumptions": {
"a": "positive"
},
"category": "definite_integral",
"eval_points": [
{
"subs": {
"a": 0.5
},
"value": {
"im": 0.0,
"re": 0.4
}
},
{
"subs": {
"a": 2.0
},
"value": {
"im": 0.0,
"re": 0.4
}
},
{
"subs": {
"a": 2.3333333333333335
},
"value": {
"im": 0.0,
"re": 0.3620689655172414
}
}
],
"id": 136,
"input": "exp(-a*x)*cos(x)",
"key": "exp(-a*x)*cos(x) | [0, oo]",
"lower": "0",
"subcategory": "parametric",
"sympy_result": "a/(a**2 + 1)",
"upper": "oo",
"variable": "x"
},
{
"assumptions": {
"a": "positive"
},
"category": "definite_integral",
"eval_points": [
{
"subs": {
"a": 0.5
},
"value": {
"im": 0.0,
"re": 16.0
}
},
{
"subs": {
"a": 2.0
},
"value": {
"im": 0.0,
"re": 0.25
}
},
{
"subs": {
"a": 2.3333333333333335
},
"value": {
"im": 0.0,
"re": 0.15743440233236153
}
}
],
"id": 137,
"input": "x**2*exp(-a*x)",
"key": "x**2*exp(-a*x) | [0, oo]",
"lower": "0",
"subcategory": "parametric",
"sympy_result": "2/a**3",
"upper": "oo",
"variable": "x"
},
{
"assumptions": {
"a": "positive"
},
"category": "definite_integral",
"eval_points": [
{
"subs": {
"a": 0.5
},
"value": {
"im": 0.0,
"re": 1.5707963267948966
}
},
{
"subs": {
"a": 2.0
},
"value": {
"im": 0.0,
"re": 0.39269908169872414
}
},
{
"subs": {
"a": 2.3333333333333335
},
"value": {
"im": 0.0,
"re": 0.3365992128846207
}
}
],
"id": 138,
"input": "1/(a**2 + x**2)",
"key": "1/(a**2 + x**2) | [0, a]",
"lower": "0",
"subcategory": "parametric",
"sympy_result": "pi/(4*a)",
"upper": "a",
"variable": "x"
},
{
"assumptions": {
"a": "positive"
},
"category": "definite_integral",
"eval_points": [
{
"subs": {
"a": 0.5
},
"value": {
"im": 0.0,
"re": 1.5707963267948966
}
},
{
"subs": {
"a": 2.0
},
"value": {
"im": 0.0,
"re": 1.5707963267948966
}
},
{
"subs": {
"a": 2.3333333333333335
},
"value": {
"im": 0.0,
"re": 1.5707963267948966
}
}
],
"id": 139,
"input": "sin(a*x)/x",
"key": "sin(a*x)/x | [0, oo]",
"lower": "0",
"subcategory": "parametric",
"sympy_result": "pi/2",
"upper": "oo",
"variable": "x"
},
{
"category": "definite_integral",
"id": 140,
"input": "x**3 - 2*x + 1",
"key": "x**3 - 2*x + 1 | [0, 2]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "2",
"upper": "2",
"value": {
"im": 0.0,
"re": 2.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 141,
"input": "sin(x)**2",
"key": "sin(x)**2 | [0, pi]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "pi/2",
"upper": "pi",
"value": {
"im": 0.0,
"re": 1.5707963267948966
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 142,
"input": "x*exp(x)",
"key": "x*exp(x) | [0, 1]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "1",
"upper": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 143,
"input": "1/(x**2 + 1)",
"key": "1/(1 + x**2) | [0, 1]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "pi/4",
"upper": "1",
"value": {
"im": 0.0,
"re": 0.7853981633974483
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 144,
"input": "sqrt(1 - x**2)",
"key": "sqrt(1 - x**2) | [0, 1]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "pi/4",
"upper": "1",
"value": {
"im": 0.0,
"re": 0.7853981633974483
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 145,
"input": "x**2*cos(x)",
"key": "x**2*cos(x) | [0, pi/2]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "-2 + pi**2/4",
"upper": "pi/2",
"value": {
"im": 0.0,
"re": 0.46740110027233966
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 146,
"input": "log(x)/x",
"key": "log(x)/x | [1, E]",
"lower": "1",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "1/2",
"upper": "E",
"value": {
"im": 0.0,
"re": 0.5
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 147,
"input": "exp(-x)*sin(x)",
"key": "exp(-x)*sin(x) | [0, pi]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "exp(-pi)/2 + 1/2",
"upper": "pi",
"value": {
"im": 0.0,
"re": 0.5216069591318861
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 148,
"input": "1/(x**2 + 3*x + 2)",
"key": "1/(x**2 + 3*x + 2) | [0, 1]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "-log(3) + 2*log(2)",
"upper": "1",
"value": {
"im": 0.0,
"re": 0.2876820724517809
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 149,
"input": "tan(x)",
"key": "tan(x) | [0, pi/4]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "-log(sqrt(2)/2)",
"upper": "pi/4",
"value": {
"im": 0.0,
"re": 0.34657359027997264
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 150,
"input": "x/sqrt(x**2 + 1)",
"key": "x/sqrt(x**2 + 1) | [0, 2]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "-1 + sqrt(5)",
"upper": "2",
"value": {
"im": 0.0,
"re": 1.2360679774997898
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 151,
"input": "cosh(x)",
"key": "cosh(x) | [-1, 1]",
"lower": "-1",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "2*sinh(1)",
"upper": "1",
"value": {
"im": 0.0,
"re": 2.3504023872876028
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 152,
"input": "Abs(x - 1)",
"key": "abs(x - 1) | [0, 3]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "5/2",
"upper": "3",
"value": {
"im": 0.0,
"re": 2.5
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 153,
"input": "x**(3/2)",
"key": "x**Rational(3, 2) | [0, 4]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "64/5",
"upper": "4",
"value": {
"im": 0.0,
"re": 12.8
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 154,
"input": "sin(x)*cos(2*x)",
"key": "sin(x)*cos(2*x) | [0, pi/2]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "-1/3",
"upper": "pi/2",
"value": {
"im": 0.0,
"re": -0.3333333333333333
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 155,
"input": "1/(x*log(x))",
"key": "1/(x*log(x)) | [E, exp(2)]",
"lower": "E",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "log(2)",
"upper": "exp(2)",
"value": {
"im": 0.0,
"re": 0.6931471805599453
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 156,
"input": "exp(2*x)*cos(x)",
"key": "exp(2*x)*cos(x) | [0, pi]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "-2*exp(2*pi)/5 - 2/5",
"upper": "pi",
"value": {
"im": 0.0,
"re": -214.5966622099059
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 157,
"input": "x**2/(x**3 + 1)",
"key": "x**2/(1 + x**3) | [0, 1]",
"lower": "0",
"subcategory": "proper",
"sympy_method": "symbolic",
"sympy_result": "log(2)/3",
"upper": "1",
"value": {
"im": 0.0,
"re": 0.23104906018664845
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 158,
"input": "x**3*cos(x)",
"key": "x**3*cos(x) | [-2, 2]",
"lower": "-2",
"subcategory": "symmetric",
"sympy_method": "symbolic",
"sympy_result": "0",
"upper": "2",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 159,
"input": "x**2*Abs(x)",
"key": "x**2*abs(x) | [-1, 1]",
"lower": "-1",
"subcategory": "symmetric",
"sympy_method": "symbolic",
"sympy_result": "1/2",
"upper": "1",
"value": {
"im": 0.0,
"re": 0.5
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 160,
"input": "sin(x)**3",
"key": "sin(x)**3 | [-pi, pi]",
"lower": "-pi",
"subcategory": "symmetric",
"sympy_method": "symbolic",
"sympy_result": "0",
"upper": "pi",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 161,
"input": "x*sin(x)",
"key": "x*sin(x) | [-pi, pi]",
"lower": "-pi",
"subcategory": "symmetric",
"sympy_method": "symbolic",
"sympy_result": "2*pi",
"upper": "pi",
"value": {
"im": 0.0,
"re": 6.283185307179586
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 162,
"input": "exp(-Abs(x))",
"key": "exp(-abs(x)) | [-3, 3]",
"lower": "-3",
"subcategory": "symmetric",
"sympy_method": "symbolic",
"sympy_result": "2 - 2*exp(-3)",
"upper": "3",
"value": {
"im": 0.0,
"re": 1.900425863264272
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 163,
"input": "x**4 - x**2",
"key": "x**4 - x**2 | [-1, 1]",
"lower": "-1",
"subcategory": "symmetric",
"sympy_method": "symbolic",
"sympy_result": "-4/15",
"upper": "1",
"value": {
"im": 0.0,
"re": -0.26666666666666666
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 164,
"input": "x*exp(-x**2)",
"key": "x*exp(-x**2) | [-oo, oo]",
"lower": "-oo",
"subcategory": "symmetric",
"sympy_method": "symbolic",
"sympy_result": "0",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "definite_integral",
"id": 165,
"input": "cos(x)/(x**2 + 1)",
"key": "cos(x)/(1 + x**2) | [-oo, oo]",
"lower": "-oo",
"subcategory": "symmetric",
"sympy_method": "symbolic",
"sympy_result": "sqrt(pi)*(-sqrt(pi)*sinh(1) + sqrt(pi)*cosh(1))",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.1557273497909217
},
"variable": "x"
},
{
"a": "3",
"b": "5",
"c": "1",
"category": "diophantine",
"gcd": 1,
"id": 166,
"key": "3x + 5y = 1",
"solvable": true,
"subcategory": "linear",
"sympy_result": "{(5*t_0 + 2, -3*t_0 - 1)}"
},
{
"a": "4",
"b": "6",
"c": "7",
"category": "diophantine",
"gcd": 2,
"id": 167,
"key": "4x + 6y = 7",
"solvable": false,
"subcategory": "linear",
"sympy_result": "set()"
},
{
"a": "4",
"b": "6",
"c": "10",
"category": "diophantine",
"gcd": 2,
"id": 168,
"key": "4x + 6y = 10",
"solvable": true,
"subcategory": "linear",
"sympy_result": "{(3*t_0 - 5, 5 - 2*t_0)}"
},
{
"a": "12",
"b": "18",
"c": "30",
"category": "diophantine",
"gcd": 6,
"id": 169,
"key": "12x + 18y = 30",
"solvable": true,
"subcategory": "linear",
"sympy_result": "{(3*t_0 - 5, 5 - 2*t_0)}"
},
{
"a": "7",
"b": "11",
"c": "1",
"category": "diophantine",
"gcd": 1,
"id": 170,
"key": "7x + 11y = 1",
"solvable": true,
"subcategory": "linear",
"sympy_result": "{(11*t_0 - 3, 2 - 7*t_0)}"
},
{
"a": "25",
"b": "35",
"c": "5",
"category": "diophantine",
"gcd": 5,
"id": 171,
"key": "25x + 35y = 5",
"solvable": true,
"subcategory": "linear",
"sympy_result": "{(7*t_0 + 3, -5*t_0 - 2)}"
},
{
"a": "-3",
"b": "7",
"c": "2",
"category": "diophantine",
"gcd": 1,
"id": 172,
"key": "-3x + 7y = 2",
"solvable": true,
"subcategory": "linear",
"sympy_result": "{(7*t_0 + 4, 3*t_0 + 2)}"
},
{
"a": "6",
"b": "9",
"c": "21",
"category": "diophantine",
"gcd": 3,
"id": 173,
"key": "6x + 9y = 21",
"solvable": true,
"subcategory": "linear",
"sympy_result": "{(3*t_0 - 7, 7 - 2*t_0)}"
},
{
"a": "1",
"b": "1",
"c": "0",
"category": "diophantine",
"gcd": 1,
"id": 174,
"key": "1x + 1y = 0",
"solvable": true,
"subcategory": "linear",
"sympy_result": "{(t_0, -t_0)}"
},
{
"a": "10",
"b": "4",
"c": "6",
"category": "diophantine",
"gcd": 2,
"id": 175,
"key": "10x + 4y = 6",
"solvable": true,
"subcategory": "linear",
"sympy_result": "{(2*t_0 + 3, -5*t_0 - 6)}"
},
{
"category": "diophantine",
"d": "2",
"id": 176,
"key": "2",
"subcategory": "pell",
"x": "3",
"y": "2"
},
{
"category": "diophantine",
"d": "3",
"id": 177,
"key": "3",
"subcategory": "pell",
"x": "2",
"y": "1"
},
{
"category": "diophantine",
"d": "5",
"id": 178,
"key": "5",
"subcategory": "pell",
"x": "9",
"y": "4"
},
{
"category": "diophantine",
"d": "6",
"id": 179,
"key": "6",
"subcategory": "pell",
"x": "5",
"y": "2"
},
{
"category": "diophantine",
"d": "7",
"id": 180,
"key": "7",
"subcategory": "pell",
"x": "8",
"y": "3"
},
{
"category": "diophantine",
"d": "10",
"id": 181,
"key": "10",
"subcategory": "pell",
"x": "19",
"y": "6"
},
{
"category": "diophantine",
"d": "13",
"id": 182,
"key": "13",
"subcategory": "pell",
"x": "649",
"y": "180"
},
{
"category": "diophantine",
"d": "61",
"id": 183,
"key": "61",
"subcategory": "pell",
"x": "1766319049",
"y": "226153980"
},
{
"category": "diophantine",
"d": "109",
"id": 184,
"key": "109",
"subcategory": "pell",
"x": "158070671986249",
"y": "15140424455100"
},
{
"category": "diophantine",
"d": "181",
"id": 185,
"key": "181",
"subcategory": "pell",
"x": "2469645423824185801",
"y": "183567298683461940"
},
{
"category": "diophantine",
"d": "277",
"id": 186,
"key": "277",
"subcategory": "pell",
"x": "159150073798980475849",
"y": "9562401173878027020"
},
{
"category": "diophantine",
"d": "421",
"id": 187,
"key": "421",
"subcategory": "pell",
"x": "3879474045914926879468217167061449",
"y": "189073995951839020880499780706260"
},
{
"category": "diophantine",
"d": "991",
"id": 188,
"key": "991",
"subcategory": "pell",
"x": "379516400906811930638014896080",
"y": "12055735790331359447442538767"
},
{
"category": "discriminant",
"id": 189,
"input": "x**2 + 3*x + 1",
"key": "x**2 + 3*x + 1",
"subcategory": "integer",
"sympy_result": "5",
"value": {
"im": 0.0,
"re": 5.0
},
"variable": "x"
},
{
"category": "discriminant",
"id": 190,
"input": "x**2 - 2*x + 1",
"key": "x**2 - 2*x + 1",
"subcategory": "integer",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "discriminant",
"id": 191,
"input": "x**3 - x",
"key": "x**3 - x",
"subcategory": "integer",
"sympy_result": "4",
"value": {
"im": 0.0,
"re": 4.0
},
"variable": "x"
},
{
"category": "discriminant",
"id": 192,
"input": "x**3 + x + 1",
"key": "x**3 + x + 1",
"subcategory": "integer",
"sympy_result": "-31",
"value": {
"im": 0.0,
"re": -31.0
},
"variable": "x"
},
{
"category": "discriminant",
"id": 193,
"input": "x**4 - 1",
"key": "x**4 - 1",
"subcategory": "integer",
"sympy_result": "-256",
"value": {
"im": 0.0,
"re": -256.0
},
"variable": "x"
},
{
"category": "discriminant",
"id": 194,
"input": "2*x**3 - 3*x**2 + 5",
"key": "2*x**3 - 3*x**2 + 5",
"subcategory": "integer",
"sympy_result": "-2160",
"value": {
"im": 0.0,
"re": -2160.0
},
"variable": "x"
},
{
"category": "discriminant",
"id": 195,
"input": "x**5 - x - 1",
"key": "x**5 - x - 1",
"subcategory": "integer",
"sympy_result": "2869",
"value": {
"im": 0.0,
"re": 2869.0
},
"variable": "x"
},
{
"category": "discriminant",
"id": 196,
"input": "x**4 + x**2 + 1",
"key": "x**4 + x**2 + 1",
"subcategory": "integer",
"sympy_result": "144",
"value": {
"im": 0.0,
"re": 144.0
},
"variable": "x"
},
{
"category": "discriminant",
"eval_points": [
{
"subs": {
"a": 1.5,
"b": -0.5
},
"value": {
"im": 0.0,
"re": -5.75
}
},
{
"subs": {
"a": 2.0,
"b": 3.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"a": -1.4,
"b": 0.6666666666666666
},
"value": {
"im": 0.0,
"re": 6.044444444444444
}
}
],
"id": 197,
"input": "a*x**2 + b*x + 1",
"key": "a*x**2 + b*x + 1",
"subcategory": "symbolic",
"sympy_result": "-4*a + b**2",
"variable": "x"
},
{
"category": "discriminant",
"eval_points": [
{
"subs": {
"a": 1.5,
"b": -0.5
},
"value": {
"im": 0.0,
"re": -20.25
}
},
{
"subs": {
"a": 2.0,
"b": 3.0
},
"value": {
"im": 0.0,
"re": -275.0
}
},
{
"subs": {
"a": -1.4,
"b": 0.6666666666666666
},
"value": {
"im": 0.0,
"re": -1.024
}
}
],
"id": 198,
"input": "x**3 + a*x + b",
"key": "x**3 + a*x + b",
"subcategory": "symbolic",
"sympy_result": "-4*a**3 - 27*b**2",
"variable": "x"
},
{
"category": "discriminant",
"eval_points": [
{
"subs": {
"a": 1.5,
"b": -0.5
},
"value": {
"im": 0.0,
"re": 4.25
}
},
{
"subs": {
"a": 2.0,
"b": 3.0
},
"value": {
"im": 0.0,
"re": -8.0
}
},
{
"subs": {
"a": -1.4,
"b": 0.6666666666666666
},
"value": {
"im": 0.0,
"re": -0.7066666666666667
}
}
],
"id": 199,
"input": "x**2 + a*x + b",
"key": "x**2 + a*x + b",
"subcategory": "symbolic",
"sympy_result": "a**2 - 4*b",
"variable": "x"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"x": 0.7,
"y": -0.3
},
"value": {
"im": 0.0,
"re": 0.4
}
},
{
"subs": {
"x": -1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": -3.5
}
}
],
"factors": [
[
"x - y",
1
],
[
"x + y",
1
]
],
"id": 200,
"input": "x**2 - y**2",
"key": "x**2 - y**2",
"subcategory": "multivariate",
"sympy_result": "(x - y)*(x + y)"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 5.0
}
},
{
"subs": {
"x": 0.7,
"y": -0.3
},
"value": {
"im": 0.0,
"re": 0.68
}
},
{
"subs": {
"x": -1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": -14.875
}
}
],
"factors": [
[
"y + 2",
1
],
[
"x - y",
1
],
[
"x + y",
1
]
],
"id": 201,
"input": "x**2*y - y**3 + 2*x**2 - 2*y**2",
"key": "x**2*y - y**3 + 2*x**2 - 2*y**2",
"subcategory": "multivariate",
"sympy_result": "(x - y)*(x + y)*(y + 2)"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 3.5
}
},
{
"subs": {
"x": 0.7,
"y": -0.3
},
"value": {
"im": 0.0,
"re": 0.316
}
},
{
"subs": {
"x": -1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 9.4375
}
}
],
"factors": [
[
"x + y",
1
],
[
"x**2 - x*y + y**2",
1
]
],
"id": 202,
"input": "x**3 + y**3",
"key": "x**3 + y**3",
"subcategory": "multivariate",
"sympy_result": "(x + y)*(x**2 - x*y + y**2)"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 5.0
}
},
{
"subs": {
"x": 0.7,
"y": -0.3
},
"value": {
"im": 0.0,
"re": 0.232
}
},
{
"subs": {
"x": -1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": -23.1875
}
}
],
"factors": [
[
"x - y",
1
],
[
"x + y",
1
],
[
"x**2 + y**2",
1
]
],
"id": 203,
"input": "x**4 - y**4",
"key": "x**4 - y**4",
"subcategory": "multivariate",
"sympy_result": "(x - y)*(x + y)*(x**2 + y**2)"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 3.0
}
},
{
"subs": {
"x": 0.7,
"y": -0.3
},
"value": {
"im": 0.0,
"re": -0.84
}
},
{
"subs": {
"x": -1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 0.0
}
}
],
"factors": [
[
"x + y - 1",
1
],
[
"x + y + 1",
1
]
],
"id": 204,
"input": "x**2 + 2*x*y + y**2 - 1",
"key": "x**2 + 2*x*y + y**2 - 1",
"subcategory": "multivariate",
"sympy_result": "(x + y - 1)*(x + y + 1)"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 1.5
}
},
{
"subs": {
"x": 0.7,
"y": -0.3
},
"value": {
"im": 0.0,
"re": -0.084
}
},
{
"subs": {
"x": -1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 9.84375
}
}
],
"factors": [
[
"x",
1
],
[
"y",
1
],
[
"x - y",
1
],
[
"x + y",
1
]
],
"id": 205,
"input": "x**3*y - x*y**3",
"key": "x**3*y - x*y**3",
"subcategory": "multivariate",
"sympy_result": "x*y*(x - y)*(x + y)"
},
{
"category": "factor",
"content": "2",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": -6.875
}
},
{
"subs": {
"x": 0.7,
"y": -0.3
},
"value": {
"im": 0.0,
"re": -7.9118
}
},
{
"subs": {
"x": -1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 7.8203125
}
}
],
"factors": [
[
"x*y - 2",
1
],
[
"x*y + 2",
1
]
],
"id": 206,
"input": "2*x**2*y**2 - 8",
"key": "2*x**2*y**2 - 8",
"subcategory": "multivariate",
"sympy_result": "2*(x*y - 2)*(x*y + 2)"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": -0.9375
}
},
{
"subs": {
"x": 0.7,
"y": -0.3
},
"value": {
"im": 0.0,
"re": 0.4641
}
},
{
"subs": {
"x": -1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 2.28515625
}
}
],
"factors": [
[
"y - 1",
1
],
[
"y + 1",
1
],
[
"x - 1",
1
],
[
"x + 1",
1
]
],
"id": 207,
"input": "x**2*y**2 - x**2 - y**2 + 1",
"key": "x**2*y**2 - x**2 - y**2 + 1",
"subcategory": "multivariate",
"sympy_result": "(x - 1)*(x + 1)*(y - 1)*(y + 1)"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"x": 0.7,
"y": -0.3
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"x": -1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": -42.875
}
}
],
"factors": [
[
"x - y",
3
]
],
"id": 208,
"input": "x**3 - 3*x**2*y + 3*x*y**2 - y**3",
"key": "x**3 - 3*x**2*y + 3*x*y**2 - y**3",
"subcategory": "multivariate",
"sympy_result": "(x - y)**3"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 6.25
}
},
{
"subs": {
"x": 0.7,
"y": -0.3
},
"value": {
"im": 0.0,
"re": 0.3364
}
},
{
"subs": {
"x": -1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 43.890625
}
}
],
"factors": [
[
"x**2 + y**2",
2
]
],
"id": 209,
"input": "x**4 + 2*x**2*y**2 + y**4",
"key": "x**4 + 2*x**2*y**2 + y**4",
"subcategory": "multivariate",
"sympy_result": "(x**2 + y**2)**2"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 1.125
}
},
{
"subs": {
"x": 0.7,
"y": -0.3
},
"value": {
"im": 0.0,
"re": -1.315
}
},
{
"subs": {
"x": -1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": -44.359375
}
}
],
"factors": [
[
"2*x + 3*y",
1
],
[
"3*x*y - 2",
1
]
],
"id": 210,
"input": "6*x**2*y + 9*x*y**2 - 4*x - 6*y",
"key": "6*x**2*y + 9*x*y**2 - 4*x - 6*y",
"subcategory": "multivariate",
"sympy_result": "(2*x + 3*y)*(3*x*y - 2)"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5,
"z": -0.6666666666666666
},
"value": {
"im": 0.0,
"re": 0.6666666666666666
}
},
{
"subs": {
"x": 0.7,
"y": -0.3,
"z": 2.0
},
"value": {
"im": 0.0,
"re": 1.2
}
}
],
"factors": [
[
"z + 1",
1
],
[
"x - y",
1
],
[
"x + y",
1
]
],
"id": 211,
"input": "x**2*z - y**2*z + x**2 - y**2",
"key": "x**2*z - y**2*z + x**2 - y**2",
"subcategory": "multivariate",
"sympy_result": "(x - y)*(x + y)*(z + 1)"
},
{
"category": "factor",
"content": "2",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.25
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.306
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -24.576
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 11.154
}
}
],
"factors": [
[
"x + 1",
1
],
[
"x - 1",
2
]
],
"id": 212,
"input": "2*x**3 - 2*x**2 - 2*x + 2",
"key": "2*x**3 - 2*x**2 - 2*x + 2",
"subcategory": "univariate_list",
"sympy_result": "2*(x - 1)**2*(x + 1)",
"variable": "x"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 4.0625
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.7599
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 22.4256
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 26.9841
}
}
],
"factors": [
[
"x - 1",
1
],
[
"x + 1",
1
],
[
"x**2 + 1",
1
]
],
"id": 213,
"input": "x**4 - 1",
"key": "x**4 - 1",
"subcategory": "univariate_list",
"sympy_result": "(x - 1)*(x + 1)*(x**2 + 1)",
"variable": "x"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 10.390625
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.882351
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 112.379904
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 147.035889
}
}
],
"factors": [
[
"x - 1",
1
],
[
"x + 1",
1
],
[
"x**2 - x + 1",
1
],
[
"x**2 + x + 1",
1
]
],
"id": 214,
"input": "x**6 - 1",
"key": "x**6 - 1",
"subcategory": "univariate_list",
"sympy_result": "(x - 1)*(x + 1)*(x**2 - x + 1)*(x**2 + x + 1)",
"variable": "x"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 9.0625
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 4.2401
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 27.4256
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 31.9841
}
}
],
"factors": [
[
"x**2 - 2*x + 2",
1
],
[
"x**2 + 2*x + 2",
1
]
],
"id": 215,
"input": "x**4 + 4",
"key": "x**4 + 4",
"subcategory": "univariate_list",
"sympy_result": "(x**2 - 2*x + 2)*(x**2 + 2*x + 2)",
"variable": "x"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 2.03125
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.22797
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -71.76192
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 35.07933
}
}
],
"factors": [
[
"x + 1",
1
],
[
"x - 1",
2
],
[
"x**2 + 1",
1
]
],
"id": 216,
"input": "x**5 - x**4 - x + 1",
"key": "x**5 - x**4 - x + 1",
"subcategory": "univariate_list",
"sympy_result": "(x - 1)**2*(x + 1)*(x**2 + 1)",
"variable": "x"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 4.5
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -11.02
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 61.48
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 35.38
}
}
],
"factors": [
[
"3*x - 4",
1
],
[
"4*x + 3",
1
]
],
"id": 217,
"input": "12*x**2 - 7*x - 12",
"key": "12*x**2 - 7*x - 12",
"subcategory": "univariate_list",
"sympy_result": "(3*x - 4)*(4*x + 3)",
"variable": "x"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": -2.1875
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 1.7901
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 3.2256
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 5.5341
}
}
],
"factors": [
[
"x - 2",
1
],
[
"x - 1",
1
],
[
"x + 1",
1
],
[
"x + 2",
1
]
],
"id": 218,
"input": "x**4 - 5*x**2 + 4",
"key": "x**4 - 5*x**2 + 4",
"subcategory": "univariate_list",
"sympy_result": "(x - 2)*(x - 1)*(x + 1)*(x + 2)",
"variable": "x"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 24.62890625
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.94235199
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 547.75873536
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 782.10985281
}
}
],
"factors": [
[
"x - 1",
1
],
[
"x + 1",
1
],
[
"x**2 + 1",
1
],
[
"x**4 + 1",
1
]
],
"id": 219,
"input": "x**8 - 1",
"key": "x**8 - 1",
"subcategory": "univariate_list",
"sympy_result": "(x - 1)*(x + 1)*(x**2 + 1)*(x**4 + 1)",
"variable": "x"
},
{
"category": "factor",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.375
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.897
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -69.888
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": -0.273
}
}
],
"factors": [
[
"x - 3",
1
],
[
"x - 2",
1
],
[
"x - 1",
1
]
],
"id": 220,
"input": "x**3 - 6*x**2 + 11*x - 6",
"key": "x**3 - 6*x**2 + 11*x - 6",
"subcategory": "univariate_list",
"sympy_result": "(x - 3)*(x - 2)*(x - 1)",
"variable": "x"
},
{
"category": "factor",
"content": "3",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 19.6875
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -2.8917
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 5.0688
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 127.2843
}
}
],
"factors": [
[
"x - 1",
1
],
[
"x",
1
],
[
"x + 1",
1
],
[
"x + 2",
1
]
],
"id": 221,
"input": "3*x**4 + 6*x**3 - 3*x**2 - 6*x",
"key": "3*x**4 + 6*x**3 - 3*x**2 - 6*x",
"subcategory": "univariate_list",
"sympy_result": "3*x*(x - 1)*(x + 1)*(x + 2)",
"variable": "x"
},
{
"category": "fourier",
"convention": "ordinary",
"eval_points": [
{
"subs": {
"k": 0.25
},
"value": {
"im": 0.0,
"re": 0.9564896296434703
}
},
{
"subs": {
"k": 0.7
},
"value": {
"im": 0.0,
"re": 0.014069566569727932
}
},
{
"subs": {
"k": -1.3
},
"value": {
"im": 0.0,
"re": 1.0108880035835296e-07
}
},
{
"subs": {
"k": 2.0
},
"value": {
"im": 0.0,
"re": 1.2685746146144893e-17
}
}
],
"freq_var": "k",
"id": 222,
"input": "exp(-x**2)",
"key": "exp(-x**2)",
"subcategory": "ordinary",
"sympy_result": "sqrt(pi)*exp(-pi**2*k**2)",
"time_var": "x"
},
{
"category": "fourier",
"convention": "ordinary",
"eval_points": [
{
"subs": {
"k": 0.25
},
"value": {
"im": 0.0,
"re": 0.5768008782840018
}
},
{
"subs": {
"k": 0.7
},
"value": {
"im": 0.0,
"re": 0.09830703186516918
}
},
{
"subs": {
"k": -1.3
},
"value": {
"im": 0.0,
"re": 0.029534015659809513
}
},
{
"subs": {
"k": 2.0
},
"value": {
"im": 0.0,
"re": 0.012585449664251408
}
}
],
"freq_var": "k",
"id": 223,
"input": "exp(-abs(x))",
"key": "exp(-abs(x))",
"subcategory": "ordinary",
"sympy_result": "2/(4*pi**2*k**2 + 1)",
"time_var": "x"
},
{
"category": "fourier",
"convention": "ordinary",
"eval_points": [
{
"subs": {
"k": 0.25
},
"value": {
"im": -0.2428790641620714,
"re": 0.30924322907941815
}
},
{
"subs": {
"k": 0.7
},
"value": {
"im": -0.18840600209532227,
"re": 0.08567356154757866
}
},
{
"subs": {
"k": -1.3
},
"value": {
"im": 0.11550213770082601,
"re": 0.028281132542718804
}
},
{
"subs": {
"k": 2.0
},
"value": {
"im": -0.0776115480673238,
"re": 0.01235226151592882
}
}
],
"freq_var": "k",
"id": 224,
"input": "Heaviside(x)*exp(-2*x)",
"key": "Heaviside(x)*exp(-2*x)",
"subcategory": "ordinary",
"sympy_result": "1/(2*(I*pi*k + 1))",
"time_var": "x"
},
{
"category": "fourier",
"convention": "ordinary",
"eval_points": [
{
"subs": {
"k": 0.25
},
"value": {
"im": 0.0,
"re": 1.2732395447351628
}
},
{
"subs": {
"k": 0.7
},
"value": {
"im": 0.0,
"re": -0.4324724163660897
}
},
{
"subs": {
"k": -1.3
},
"value": {
"im": 0.0,
"re": 0.2328697626586637
}
},
{
"subs": {
"k": 2.0
},
"value": {
"im": 0.0,
"re": 0.0
}
}
],
"freq_var": "k",
"id": 225,
"input": "Heaviside(x + 1) - Heaviside(x - 1)",
"key": "Heaviside(x + 1) - Heaviside(x - 1)",
"subcategory": "ordinary",
"sympy_result": "sin(2*pi*k)/(pi*k)",
"time_var": "x"
},
{
"category": "fourier",
"convention": "ordinary",
"eval_points": [
{
"subs": {
"k": 0.25
},
"value": {
"im": -0.7512251984306871,
"re": 0.0
}
},
{
"subs": {
"k": 0.7
},
"value": {
"im": -0.030940592882254873,
"re": 0.0
}
},
{
"subs": {
"k": -1.3
},
"value": {
"im": 4.12853782335809e-07,
"re": 0.0
}
},
{
"subs": {
"k": 2.0
},
"value": {
"im": -7.970689379606765e-17,
"re": 0.0
}
}
],
"freq_var": "k",
"id": 226,
"input": "x*exp(-x**2)",
"key": "x*exp(-x**2)",
"subcategory": "ordinary",
"sympy_result": "-I*pi**(3/2)*k*exp(-pi**2*k**2)",
"time_var": "x"
},
{
"category": "fourier",
"convention": "ordinary",
"eval_points": [
{
"subs": {
"k": 0.25
},
"value": {
"im": 0.0,
"re": 0.5232223018568266
}
},
{
"subs": {
"k": 0.7
},
"value": {
"im": 0.0,
"re": 0.21168184146054828
}
},
{
"subs": {
"k": -1.3
},
"value": {
"im": 0.0,
"re": 0.07924084549271497
}
},
{
"subs": {
"k": 2.0
},
"value": {
"im": 0.0,
"re": 0.035946726142890316
}
}
],
"freq_var": "k",
"id": 227,
"input": "exp(-3*abs(x))",
"key": "exp(-3*abs(x))",
"subcategory": "ordinary",
"sympy_result": "6/(4*pi**2*k**2 + 9)",
"time_var": "x"
},
{
"category": "fourier",
"convention": "ordinary",
"eval_points": [
{
"subs": {
"k": 0.25
},
"value": {
"im": 0.0,
"re": 0.8217249580338771
}
},
{
"subs": {
"k": 0.7
},
"value": {
"im": 0.0,
"re": 0.21451397306126196
}
},
{
"subs": {
"k": -1.3
},
"value": {
"im": 0.0,
"re": 0.004945428895188446
}
},
{
"subs": {
"k": 2.0
},
"value": {
"im": 0.0,
"re": 3.4873423562089956e-06
}
}
],
"freq_var": "k",
"id": 228,
"input": "exp(-pi*x**2)",
"key": "exp(-pi*x**2)",
"subcategory": "ordinary",
"sympy_result": "exp(-pi*k**2)",
"time_var": "x"
},
{
"category": "fourier",
"convention": "ordinary",
"eval_points": [
{
"subs": {
"k": 0.25
},
"value": {
"im": 0.0,
"re": 0.729962572332494
}
},
{
"subs": {
"k": 0.7
},
"value": {
"im": 0.0,
"re": 0.00015794340585992657
}
},
{
"subs": {
"k": -1.3
},
"value": {
"im": 0.0,
"re": 8.153538888326207e-15
}
},
{
"subs": {
"k": 2.0
},
"value": {
"im": 0.0,
"re": 0.0
}
}
],
"freq_var": "k",
"id": 229,
"input": "exp(-x**2/2)",
"key": "exp(-x**2/2)",
"subcategory": "ordinary",
"sympy_result": "sqrt(2)*sqrt(pi)*exp(-2*pi**2*k**2)",
"time_var": "x"
},
{
"category": "fourier",
"convention": "ordinary",
"eval_points": [
{
"subs": {
"k": 0.25
},
"value": {
"im": -0.26130138241849715,
"re": -0.12205081254740296
}
},
{
"subs": {
"k": 0.7
},
"value": {
"im": -0.021252845272897045,
"re": -0.044321379675514895
}
},
{
"subs": {
"k": -1.3
},
"value": {
"im": 0.003562363453070089,
"re": -0.014330878789407819
}
},
{
"subs": {
"k": 2.0
},
"value": {
"im": -0.0009952159837093477,
"re": -0.006213528060500001
}
}
],
"freq_var": "k",
"id": 230,
"input": "Heaviside(x)*x*exp(-x)",
"key": "Heaviside(x)*x*exp(-x)",
"subcategory": "ordinary",
"sympy_result": "(2*I*pi*k + 1)**(-2)",
"time_var": "x"
},
{
"category": "fourier",
"convention": "ordinary",
"eval_points": [
{
"subs": {
"k": 0.25
},
"value": {
"im": -2.620047960658998,
"re": 1.0852593993729263
}
},
{
"subs": {
"k": 0.7
},
"value": {
"im": 0.05380548657519786,
"re": -0.3397144723619832
}
},
{
"subs": {
"k": -1.3
},
"value": {
"im": -0.00014422406269994848,
"re": 0.0009105948943243882
}
},
{
"subs": {
"k": 2.0
},
"value": {
"im": 0.0,
"re": -1.032789397193378e-08
}
}
],
"freq_var": "k",
"id": 231,
"input": "exp(-2*x**2 + 3*x)",
"key": "exp(-2*x**2 + 3*x)",
"subcategory": "ordinary",
"sympy_result": "sqrt(2)*sqrt(pi)*exp((2*I*pi*k - 3)**2/8)/2",
"time_var": "x"
},
{
"category": "fourier",
"convention": "ordinary",
"eval_points": [
{
"subs": {
"k": 0.25
},
"value": {
"im": 0.0,
"re": 0.88568019491913
}
},
{
"subs": {
"k": 0.7
},
"value": {
"im": 0.0,
"re": 0.11287172336016685
}
},
{
"subs": {
"k": -1.3
},
"value": {
"im": 0.0,
"re": 0.030847563323072643
}
},
{
"subs": {
"k": 2.0
},
"value": {
"im": 0.0,
"re": 0.012823496962517599
}
}
],
"freq_var": "k",
"id": 232,
"input": "exp(-abs(x))*cos(x)",
"key": "exp(-abs(x))*cos(x)",
"subcategory": "ordinary",
"sympy_result": "(2*pi**2*k**2 + 1)/(4*pi**4*k**4 + 1)",
"time_var": "x"
},
{
"category": "fourier",
"convention": "ordinary",
"eval_points": [
{
"subs": {
"k": 0.25
},
"value": {
"im": 0.0513769210215098,
"re": 0.4585824299971576
}
},
{
"subs": {
"k": 0.7
},
"value": {
"im": -0.2538902279230237,
"re": 0.08598010179957193
}
},
{
"subs": {
"k": -1.3
},
"value": {
"im": 0.127687793166383,
"re": 0.017595102251643284
}
},
{
"subs": {
"k": 2.0
},
"value": {
"im": -0.08106449204710403,
"re": 0.006784042908822348
}
}
],
"freq_var": "k",
"id": 233,
"input": "Heaviside(x)*exp(-x)*cos(2*x)",
"key": "Heaviside(x)*exp(-x)*cos(2*x)",
"subcategory": "ordinary",
"sympy_result": "(2*I*pi*k + 1)/((2*I*pi*k + 1)**2 + 4)",
"time_var": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "x**2 - 4",
"op": ">",
"rhs": "0"
},
{
"lhs": "x",
"op": "<",
"rhs": "5"
}
],
"id": 234,
"key": "quadratic_and_linear",
"membership": [
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "((-oo < x) & (x < -2)) | ((2 < x) & (x < 5))",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "(x - 1)*(x - 2)*(x - 3)",
"op": "<=",
"rhs": "0"
}
],
"id": 235,
"key": "cubic_le",
"membership": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
true,
true,
true,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "((2 <= x) & (x <= 3)) | ((-oo < x) & (x <= 1))",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "1/x",
"op": ">",
"rhs": "2"
}
],
"id": 236,
"key": "reciprocal_gt",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "(0 < x) & (x < 1/2)",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "abs(x - 1)",
"op": "<",
"rhs": "2"
}
],
"id": 237,
"key": "abs_lt",
"membership": [
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "(-1 < x) & (x < 3)",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "abs(x)",
"op": ">=",
"rhs": "3"
}
],
"id": 238,
"key": "abs_ge",
"membership": [
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "((3 <= x) & (x < oo)) | ((-oo < x) & (x <= -3))",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "(x - 1)/(x + 1)",
"op": ">=",
"rhs": "0"
}
],
"id": 239,
"key": "rational_ge",
"membership": [
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true,
true
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "((1 <= x) & (x < oo)) | ((-oo < x) & (x < -1))",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "x**2 + 1",
"op": "<",
"rhs": "0"
}
],
"id": 240,
"key": "quadratic_no_solution",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "False",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "x**2 + 1",
"op": ">",
"rhs": "0"
}
],
"id": 241,
"key": "quadratic_all",
"membership": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "True",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "x**2 - 3*x + 2",
"op": "<=",
"rhs": "0"
}
],
"id": 242,
"key": "quadratic_le",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
false,
false,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "(1 <= x) & (x <= 2)",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "x",
"op": ">=",
"rhs": "-1"
},
{
"lhs": "x",
"op": "<",
"rhs": "2"
}
],
"id": 243,
"key": "two_sided",
"membership": [
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "(-1 <= x) & (x < 2)",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "x",
"op": "!=",
"rhs": "1"
},
{
"lhs": "x**2",
"op": "<",
"rhs": "4"
}
],
"id": 244,
"key": "ne_and_lt",
"membership": [
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
true,
false,
false,
false,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "(x > -2) & (x < 2) & Ne(x, 1)",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "x**4 - 5*x**2 + 4",
"op": ">",
"rhs": "0"
}
],
"id": 245,
"key": "quartic",
"membership": [
true,
true,
true,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
true,
true,
true,
true,
true,
true
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "((-oo < x) & (x < -2)) | ((-1 < x) & (x < 1)) | ((2 < x) & (x < oo))",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "x/(x - 2)",
"op": "<",
"rhs": "1"
}
],
"id": 246,
"key": "rational_lt",
"membership": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "(-oo < x) & (x < 2)",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "x*(x + 1)*(x - 3)",
"op": ">=",
"rhs": "0"
}
],
"id": 247,
"key": "product_ge",
"membership": [
false,
false,
false,
false,
false,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "((-1 <= x) & (x <= 0)) | ((3 <= x) & (x < oo))",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "exp(x)",
"op": ">",
"rhs": "1"
}
],
"id": 248,
"key": "exp_gt",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "0 < x",
"variable": "x"
},
{
"category": "inequalities",
"conditions": [
{
"lhs": "sqrt(x)",
"op": "<",
"rhs": "2"
}
],
"id": 249,
"key": "sqrt_lt",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"subcategory": "reduce",
"sympy_result": "(0 <= x) & (x < 4)",
"variable": "x"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.6666666666666666
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.5
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.2702702702702703
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.2
}
}
],
"freq_var": "s",
"id": 250,
"input": "1",
"key": "1",
"subcategory": "forward",
"sympy_result": "1/s",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.4444444444444444
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.25
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.07304601899196493
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.04
}
}
],
"freq_var": "s",
"id": 251,
"input": "t",
"key": "t",
"subcategory": "forward",
"sympy_result": "s**(-2)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 1.1851851851851851
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.375
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.03201432534344702
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.0096
}
}
],
"freq_var": "s",
"id": 252,
"input": "t**3",
"key": "t**3",
"subcategory": "forward",
"sympy_result": "6/s**4",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": -2.0
}
},
{
"subs": {
"s": 2.0
},
"value": {
"special": "zoo"
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.5882352941176471
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.3333333333333333
}
}
],
"freq_var": "s",
"id": 253,
"input": "exp(2*t)",
"key": "exp(2*t)",
"subcategory": "forward",
"sympy_result": "1/(s - 2)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.02194787379972565
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.016
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.006649754125341216
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.00390625
}
}
],
"freq_var": "s",
"id": 254,
"input": "exp(-3*t)*t**2",
"key": "exp(-3*t)*t**2",
"subcategory": "forward",
"sympy_result": "2/(s + 3)**3",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.32
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.25
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.11305822498586772
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.06896551724137931
}
}
],
"freq_var": "s",
"id": 255,
"input": "sin(2*t)",
"key": "sin(2*t)",
"subcategory": "forward",
"sympy_result": "2/(s**2 + 4)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.13333333333333333
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.15384615384615385
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.1630674305861613
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.14705882352941177
}
}
],
"freq_var": "s",
"id": 256,
"input": "cos(3*t)",
"key": "cos(3*t)",
"subcategory": "forward",
"sympy_result": "s/(s**2 + 9)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.8
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.3333333333333333
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.07880220646178093
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.041666666666666664
}
}
],
"freq_var": "s",
"id": 257,
"input": "sinh(t)",
"key": "sinh(t)",
"subcategory": "forward",
"sympy_result": "1/(s**2 - 1)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": -0.8571428571428571
}
},
{
"subs": {
"s": 2.0
},
"value": {
"special": "zoo"
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.38183694530443757
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.23809523809523808
}
}
],
"freq_var": "s",
"id": 258,
"input": "cosh(2*t)",
"key": "cosh(2*t)",
"subcategory": "forward",
"sympy_result": "s/(s**2 - 4)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.28402366863905326
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.16
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.03429162992287627
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.014792899408284023
}
}
],
"freq_var": "s",
"id": 259,
"input": "t*sin(t)",
"key": "t*sin(t)",
"subcategory": "forward",
"sympy_result": "I/(2*(s + I)**2) - I/(2*(s - I)**2)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": -0.0448
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.030964788019023692
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.02497027348394768
}
}
],
"freq_var": "s",
"id": 260,
"input": "t*cos(2*t)",
"key": "t*cos(2*t)",
"subcategory": "forward",
"sympy_result": "1/(2*(s + 2*I)**2) + 1/(2*(s - 2*I)**2)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.19672131147540983
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.16666666666666666
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.0964940495336121
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.06666666666666667
}
}
],
"freq_var": "s",
"id": 261,
"input": "exp(-t)*sin(3*t)",
"key": "exp(-t)*sin(3*t)",
"subcategory": "forward",
"sympy_result": "3/((s + 1)**2 + 9)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": -0.4
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.4370179948586118
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.3
}
}
],
"freq_var": "s",
"id": 262,
"input": "exp(2*t)*cos(t)",
"key": "exp(2*t)*cos(t)",
"subcategory": "forward",
"sympy_result": "(s - 2)/((s - 2)**2 + 1)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 16.0
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.10161052685058172
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.03125
}
}
],
"freq_var": "s",
"id": 263,
"input": "t**2*exp(t)",
"key": "t**2*exp(t)",
"subcategory": "forward",
"sympy_result": "2/(s - 1)**3",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.21333333333333335
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.125
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.03055627702320749
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.013793103448275862
}
}
],
"freq_var": "s",
"id": 264,
"input": "sin(t)**2",
"key": "sin(t)**2",
"subcategory": "forward",
"sympy_result": "2/(s*(s**2 + 4))",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.0331913789119093
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.00915781944436709
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.00016520344895393853
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 9.07998595249697e-06
}
}
],
"freq_var": "s",
"id": 265,
"input": "Heaviside(t - 2)",
"key": "Heaviside(t - 2)",
"subcategory": "forward",
"sympy_result": "exp(-2*s)/s",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.03283399944955952
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.01659568945595465
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.001935165340786344
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.0004131253627777264
}
}
],
"freq_var": "s",
"id": 266,
"input": "exp(-t)*Heaviside(t - 1)",
"key": "exp(-t)*Heaviside(t - 1)",
"subcategory": "forward",
"sympy_result": "exp(-1)*exp(-s)/(s + 1)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.22313016014842982
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.1353352832366127
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.02472352647033939
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.006737946999085467
}
}
],
"freq_var": "s",
"id": 267,
"input": "DiracDelta(t - 1)",
"key": "DiracDelta(t - 1)",
"subcategory": "forward",
"sympy_result": "exp(-s)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.48240083637217845
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.3133285343288751
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.12452092970692462
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.07926654595212022
}
}
],
"freq_var": "s",
"id": 268,
"input": "sqrt(t)",
"key": "sqrt(t)",
"subcategory": "forward",
"sympy_result": "sqrt(pi)/(2*s**(3/2))",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 1.4472025091165353
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 1.2533141373155003
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.9214548798312422
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.7926654595212022
}
}
],
"freq_var": "s",
"id": 269,
"input": "1/sqrt(t)",
"key": "1/sqrt(t)",
"subcategory": "forward",
"sympy_result": "sqrt(pi)/sqrt(s)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.03987184051263795
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.02768166089965398
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.010164231694196429
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.0056
}
}
],
"freq_var": "s",
"id": 270,
"input": "t*exp(-2*t)*sin(t)",
"key": "t*exp(-2*t)*sin(t)",
"subcategory": "forward",
"sympy_result": "I/(2*(s + 2 + I)**2) - I/(2*(s + 2 - I)**2)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.4689655172413793
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.3
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.081968026722935
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.04292527821939587
}
}
],
"freq_var": "s",
"id": 271,
"input": "sin(t)*cosh(t)",
"key": "sin(t)*cosh(t)",
"subcategory": "forward",
"sympy_result": "(s**2 + 2)/(s**4 + 4)",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.24576
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.09876543209876543
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.010464583604386034
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.0030864197530864196
}
}
],
"freq_var": "s",
"id": 272,
"input": "t**4*exp(-t)",
"key": "t**4*exp(-t)",
"subcategory": "forward",
"sympy_result": "24/(s + 1)**5",
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.4533333333333333
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.375
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.23971399324706277
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.18620689655172415
}
}
],
"freq_var": "s",
"id": 273,
"input": "cos(t)**2",
"key": "cos(t)**2",
"subcategory": "forward",
"sympy_result": "(s**2 + 2)/(s*(s**2 + 4))",
"time_var": "t"
},
{
"category": "laplace",
"freq_var": "s",
"id": 274,
"input": "(1 - exp(-t))/t",
"key": "(1 - exp(-t))/t",
"subcategory": "forward",
"sympy_result": "LaplaceTransform(1/t, t, s) - LaplaceTransform(1/t, t, s + 1)",
"sympy_unevaluated": true,
"time_var": "t"
},
{
"category": "laplace",
"eval_points": [
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.44926179521553916
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.37893607807065605
}
},
{
"subs": {
"s": 3.7
},
"value": {
"im": 0.0,
"re": 0.24141777486099814
}
},
{
"subs": {
"s": 5.0
},
"value": {
"im": 0.0,
"re": 0.18682227588778205
}
}
],
"freq_var": "s",
"id": 275,
"input": "exp(-t**2)",
"key": "exp(-t**2)",
"subcategory": "forward",
"sympy_result": "sqrt(pi)*exp(s**2/4)*erfc(s/2)/2",
"time_var": "t"
},
{
"category": "limit",
"direction": "left",
"id": 276,
"input": "1/x",
"key": "1/x @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "-oo",
"value": {
"special": "-oo"
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 277,
"input": "abs(x)/x",
"key": "abs(x)/x @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "-1",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 278,
"input": "floor(x)",
"key": "floor(x) @ 2",
"point": "2",
"subcategory": "left",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 279,
"input": "exp(1/x)",
"key": "exp(1/x) @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 280,
"input": "1/(x - 1)**2",
"key": "1/(x - 1)**2 @ 1",
"point": "1",
"subcategory": "left",
"sympy_result": "oo",
"value": {
"special": "oo"
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 281,
"input": "tan(x)",
"key": "tan(x) @ pi/2",
"point": "pi/2",
"subcategory": "left",
"sympy_result": "oo",
"value": {
"special": "oo"
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 282,
"input": "(x**2 - 1)/abs(x - 1)",
"key": "(x**2 - 1)/abs(x - 1) @ 1",
"point": "1",
"subcategory": "left",
"sympy_result": "-2",
"value": {
"im": 0.0,
"re": -2.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 283,
"input": "1/(1 + exp(1/x))",
"key": "1/(1 + exp(1/x)) @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 284,
"input": "atan(1/x)",
"key": "atan(1/x) @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "-pi/2",
"value": {
"im": 0.0,
"re": -1.5707963267948966
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 285,
"input": "ceiling(x)",
"key": "ceiling(x) @ 1",
"point": "1",
"subcategory": "left",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 286,
"input": "x/abs(x) + x",
"key": "x/abs(x) + x @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "-1",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 287,
"input": "sqrt(x**2)/x",
"key": "sqrt(x**2)/x @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "-1",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 288,
"input": "log(x)",
"key": "log(x) @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "-oo",
"value": {
"special": "-oo"
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 289,
"input": "1/(x**2 - 4)",
"key": "1/(x**2 - 4) @ 2",
"point": "2",
"subcategory": "left",
"sympy_result": "-oo",
"value": {
"special": "-oo"
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 290,
"input": "(x - 3)/abs(x - 3)*sin(x)",
"key": "(x - 3)/abs(x - 3)*sin(x) @ 3",
"point": "3",
"subcategory": "left",
"sympy_result": "-sin(3)",
"value": {
"im": 0.0,
"re": -0.1411200080598672
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 291,
"input": "x*floor(1/x)",
"key": "x*floor(1/x) @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 292,
"input": "sign(x)*(1 + x)",
"key": "sign(x)*(1 + x) @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "-1",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 293,
"input": "exp(-1/x**2)",
"key": "exp(-1/x**2) @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 294,
"input": "1/(exp(1/x) - 1)",
"key": "1/(exp(1/x) - 1) @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "-1",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 295,
"input": "floor(x) + floor(-x)",
"key": "floor(x) + floor(-x) @ 1",
"point": "1",
"subcategory": "left",
"sympy_result": "-1",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 296,
"input": "(1 - cos(x))/x",
"key": "(1 - cos(x))/x @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "left",
"id": 297,
"input": "1/x**3",
"key": "1/x**3 @ 0",
"point": "0",
"subcategory": "left",
"sympy_result": "-oo",
"value": {
"special": "-oo"
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 298,
"input": "1/x",
"key": "1/x @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "oo",
"value": {
"special": "oo"
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 299,
"input": "abs(x)/x",
"key": "abs(x)/x @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 300,
"input": "floor(x)",
"key": "floor(x) @ 2",
"point": "2",
"subcategory": "right",
"sympy_result": "2",
"value": {
"im": 0.0,
"re": 2.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 301,
"input": "exp(1/x)",
"key": "exp(1/x) @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "oo",
"value": {
"special": "oo"
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 302,
"input": "1/(x - 1)**2",
"key": "1/(x - 1)**2 @ 1",
"point": "1",
"subcategory": "right",
"sympy_result": "oo",
"value": {
"special": "oo"
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 303,
"input": "tan(x)",
"key": "tan(x) @ pi/2",
"point": "pi/2",
"subcategory": "right",
"sympy_result": "-oo",
"value": {
"special": "-oo"
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 304,
"input": "(x**2 - 1)/abs(x - 1)",
"key": "(x**2 - 1)/abs(x - 1) @ 1",
"point": "1",
"subcategory": "right",
"sympy_result": "2",
"value": {
"im": 0.0,
"re": 2.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 305,
"input": "1/(1 + exp(1/x))",
"key": "1/(1 + exp(1/x)) @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 306,
"input": "atan(1/x)",
"key": "atan(1/x) @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "pi/2",
"value": {
"im": 0.0,
"re": 1.5707963267948966
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 307,
"input": "ceiling(x)",
"key": "ceiling(x) @ 1",
"point": "1",
"subcategory": "right",
"sympy_result": "2",
"value": {
"im": 0.0,
"re": 2.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 308,
"input": "x/abs(x) + x",
"key": "x/abs(x) + x @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 309,
"input": "sqrt(x**2)/x",
"key": "sqrt(x**2)/x @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 310,
"input": "log(x)",
"key": "log(x) @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "-oo",
"value": {
"special": "-oo"
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 311,
"input": "1/(x**2 - 4)",
"key": "1/(x**2 - 4) @ 2",
"point": "2",
"subcategory": "right",
"sympy_result": "oo",
"value": {
"special": "oo"
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 312,
"input": "(x - 3)/abs(x - 3)*sin(x)",
"key": "(x - 3)/abs(x - 3)*sin(x) @ 3",
"point": "3",
"subcategory": "right",
"sympy_result": "sin(3)",
"value": {
"im": 0.0,
"re": 0.1411200080598672
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 313,
"input": "x*floor(1/x)",
"key": "x*floor(1/x) @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 314,
"input": "sign(x)*(1 + x)",
"key": "sign(x)*(1 + x) @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 315,
"input": "exp(-1/x**2)",
"key": "exp(-1/x**2) @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 316,
"input": "1/(exp(1/x) - 1)",
"key": "1/(exp(1/x) - 1) @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 317,
"input": "floor(x) + floor(-x)",
"key": "floor(x) + floor(-x) @ 1",
"point": "1",
"subcategory": "right",
"sympy_result": "-1",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 318,
"input": "(1 - cos(x))/x",
"key": "(1 - cos(x))/x @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "limit",
"direction": "right",
"id": 319,
"input": "1/x**3",
"key": "1/x**3 @ 0",
"point": "0",
"subcategory": "right",
"sympy_result": "oo",
"value": {
"special": "oo"
},
"variable": "x"
},
{
"category": "linsolve",
"equations": [
"x + y - 1",
"x + y - 2"
],
"id": 320,
"key": "x + y - 1 ; x + y - 2",
"subcategory": "inconsistent",
"sympy_result": "EmptySet",
"variables": [
"x",
"y"
]
},
{
"category": "linsolve",
"equations": [
"x + y + z - 1",
"2*x + 2*y + 2*z - 3"
],
"id": 321,
"key": "x + y + z - 1 ; 2*x + 2*y + 2*z - 3",
"subcategory": "inconsistent",
"sympy_result": "EmptySet",
"variables": [
"x",
"y",
"z"
]
},
{
"category": "linsolve",
"equations": [
"x - y",
"x + y - 2",
"x - 5"
],
"id": 322,
"key": "x - y ; x + y - 2 ; x - 5",
"subcategory": "inconsistent",
"sympy_result": "EmptySet",
"variables": [
"x",
"y"
]
},
{
"category": "linsolve",
"equations": [
"x + y + z - 1",
"x - y + 2*z"
],
"free_count": 1,
"id": 323,
"key": "x + y + z - 1 ; x - y + 2*z",
"subcategory": "parametric",
"sympy_result": "{(1/2 - 3*z/2, z/2 + 1/2, z)}",
"variables": [
"x",
"y",
"z"
]
},
{
"category": "linsolve",
"equations": [
"x + 2*y - 3*z + w - 4",
"2*x + 4*y - 6*z + 2*w - 8"
],
"free_count": 3,
"id": 324,
"key": "x + 2*y - 3*z + w - 4 ; 2*x + 4*y - 6*z + 2*w - 8",
"subcategory": "parametric",
"sympy_result": "{(-w - 2*y + 3*z + 4, y, z, w)}",
"variables": [
"x",
"y",
"z",
"w"
]
},
{
"category": "linsolve",
"equations": [
"x + y - 3"
],
"free_count": 1,
"id": 325,
"key": "x + y - 3",
"subcategory": "parametric",
"sympy_result": "{(3 - y, y)}",
"variables": [
"x",
"y"
]
},
{
"category": "linsolve",
"equations": [
"x + y + z",
"2*x + 2*y + 2*z"
],
"free_count": 2,
"id": 326,
"key": "x + y + z ; 2*x + 2*y + 2*z",
"subcategory": "parametric",
"sympy_result": "{(-y - z, y, z)}",
"variables": [
"x",
"y",
"z"
]
},
{
"category": "linsolve",
"equations": [
"x - 2*y + z - w",
"y + z + w - 1"
],
"free_count": 2,
"id": 327,
"key": "x - 2*y + z - w ; y + z + w - 1",
"subcategory": "parametric",
"sympy_result": "{(-w - 3*z + 2, -w - z + 1, z, w)}",
"variables": [
"x",
"y",
"z",
"w"
]
},
{
"category": "linsolve",
"equations": [
"a*x + y - 1",
"x - y - b"
],
"eval_points": [
{
"subs": {
"a": 1.5,
"b": -0.5
},
"values": {
"x": {
"im": 0.0,
"re": 0.2
},
"y": {
"im": 0.0,
"re": 0.7
}
}
},
{
"subs": {
"a": 3.0,
"b": 2.0
},
"values": {
"x": {
"im": 0.0,
"re": 0.75
},
"y": {
"im": 0.0,
"re": -1.25
}
}
},
{
"subs": {
"a": -1.4,
"b": 0.6666666666666666
},
"values": {
"x": {
"im": 0.0,
"re": -4.166666666666667
},
"y": {
"im": 0.0,
"re": -4.833333333333333
}
}
}
],
"id": 328,
"key": "a*x + y - 1 ; x - y - b",
"parameters": [
"a",
"b"
],
"subcategory": "symbolic",
"sympy_result": "{((b + 1)/(a + 1), (-a*b + 1)/(a + 1))}",
"variables": [
"x",
"y"
]
},
{
"category": "linsolve",
"equations": [
"a*x + b*y - 1",
"b*x - a*y"
],
"eval_points": [
{
"subs": {
"a": 1.5,
"b": -0.5
},
"values": {
"x": {
"im": 0.0,
"re": 0.6
},
"y": {
"im": 0.0,
"re": -0.2
}
}
},
{
"subs": {
"a": 3.0,
"b": 2.0
},
"values": {
"x": {
"im": 0.0,
"re": 0.23076923076923078
},
"y": {
"im": 0.0,
"re": 0.15384615384615385
}
}
},
{
"subs": {
"a": -1.4,
"b": 0.6666666666666666
},
"values": {
"x": {
"im": 0.0,
"re": -0.5822550831792976
},
"y": {
"im": 0.0,
"re": 0.27726432532347506
}
}
}
],
"id": 329,
"key": "a*x + b*y - 1 ; b*x - a*y",
"parameters": [
"a",
"b"
],
"subcategory": "symbolic",
"sympy_result": "{(a/(a**2 + b**2), b/(a**2 + b**2))}",
"variables": [
"x",
"y"
]
},
{
"category": "linsolve",
"equations": [
"x + a*y - 2",
"a*x + y - 3"
],
"eval_points": [
{
"subs": {
"a": 1.5
},
"values": {
"x": {
"im": 0.0,
"re": 2.0
},
"y": {
"im": 0.0,
"re": 0.0
}
}
},
{
"subs": {
"a": 3.0
},
"values": {
"x": {
"im": 0.0,
"re": 0.875
},
"y": {
"im": 0.0,
"re": 0.375
}
}
},
{
"subs": {
"a": -1.4
},
"values": {
"x": {
"im": 0.0,
"re": -6.458333333333333
},
"y": {
"im": 0.0,
"re": -6.041666666666667
}
}
}
],
"id": 330,
"key": "x + a*y - 2 ; a*x + y - 3",
"parameters": [
"a"
],
"subcategory": "symbolic",
"sympy_result": "{((3*a - 2)/(a**2 - 1), (2*a - 3)/(a**2 - 1))}",
"variables": [
"x",
"y"
]
},
{
"category": "linsolve",
"equations": [
"x + y + z - a",
"x - y - b",
"y + z - 1"
],
"eval_points": [
{
"subs": {
"a": 1.5,
"b": -0.5
},
"values": {
"x": {
"im": 0.0,
"re": 0.5
},
"y": {
"im": 0.0,
"re": 1.0
},
"z": {
"im": 0.0,
"re": 0.0
}
}
},
{
"subs": {
"a": 3.0,
"b": 2.0
},
"values": {
"x": {
"im": 0.0,
"re": 2.0
},
"y": {
"im": 0.0,
"re": 0.0
},
"z": {
"im": 0.0,
"re": 1.0
}
}
},
{
"subs": {
"a": -1.4,
"b": 0.6666666666666666
},
"values": {
"x": {
"im": 0.0,
"re": -2.4
},
"y": {
"im": 0.0,
"re": -3.066666666666667
},
"z": {
"im": 0.0,
"re": 4.066666666666666
}
}
}
],
"id": 331,
"key": "x + y + z - a ; x - y - b ; y + z - 1",
"parameters": [
"a",
"b"
],
"subcategory": "symbolic",
"sympy_result": "{(a - 1, a - b - 1, -a + b + 2)}",
"variables": [
"x",
"y",
"z"
]
},
{
"category": "linsolve",
"equations": [
"x + y + z - 6",
"2*x - y + z - 3",
"x + 2*y - z - 2"
],
"eval_points": [
{
"subs": {},
"values": {
"x": {
"im": 0.0,
"re": 1.0
},
"y": {
"im": 0.0,
"re": 2.0
},
"z": {
"im": 0.0,
"re": 3.0
}
}
}
],
"id": 332,
"key": "x + y + z - 6 ; 2*x - y + z - 3 ; x + 2*y - z - 2",
"subcategory": "unique",
"sympy_result": "{(1, 2, 3)}",
"variables": [
"x",
"y",
"z"
]
},
{
"category": "linsolve",
"equations": [
"3*x + 2*y - 7",
"x - y - 1"
],
"eval_points": [
{
"subs": {},
"values": {
"x": {
"im": 0.0,
"re": 1.8
},
"y": {
"im": 0.0,
"re": 0.8
}
}
}
],
"id": 333,
"key": "3*x + 2*y - 7 ; x - y - 1",
"subcategory": "unique",
"sympy_result": "{(9/5, 4/5)}",
"variables": [
"x",
"y"
]
},
{
"category": "linsolve",
"equations": [
"x + 2*y + 3*z + 4*w - 10",
"2*x - y + z - w - 1",
"x + y - z + 2*w - 5",
"3*x + y + 2*z - w - 8"
],
"eval_points": [
{
"subs": {},
"values": {
"w": {
"im": 0.0,
"re": 0.5689655172413793
},
"x": {
"im": 0.0,
"re": 1.8103448275862069
},
"y": {
"im": 0.0,
"re": 2.413793103448276
},
"z": {
"im": 0.0,
"re": 0.3620689655172414
}
}
}
],
"id": 334,
"key": "x + 2*y + 3*z + 4*w - 10 ; 2*x - y + z - w - 1 ; x + y - z + 2*w - 5 ; 3*x + y + 2*z - w - 8",
"subcategory": "unique",
"sympy_result": "{(105/58, 70/29, 21/58, 33/58)}",
"variables": [
"x",
"y",
"z",
"w"
]
},
{
"category": "linsolve",
"equations": [
"x/2 + y/3 - 1",
"x/4 - y/5 - 2"
],
"eval_points": [
{
"subs": {},
"values": {
"x": {
"im": 0.0,
"re": 4.7272727272727275
},
"y": {
"im": 0.0,
"re": -4.090909090909091
}
}
}
],
"id": 335,
"key": "x/2 + y/3 - 1 ; x/4 - y/5 - 2",
"subcategory": "unique",
"sympy_result": "{(52/11, -45/11)}",
"variables": [
"x",
"y"
]
},
{
"category": "linsolve",
"equations": [
"2*x + 3*y - z - 5",
"4*x - y + 2*z - 6",
"-x + 5*y + 3*z - 7"
],
"eval_points": [
{
"subs": {},
"values": {
"x": {
"im": 0.0,
"re": 1.3103448275862069
},
"y": {
"im": 0.0,
"re": 1.103448275862069
},
"z": {
"im": 0.0,
"re": 0.9310344827586207
}
}
}
],
"id": 336,
"key": "2*x + 3*y - z - 5 ; 4*x - y + 2*z - 6 ; -x + 5*y + 3*z - 7",
"subcategory": "unique",
"sympy_result": "{(38/29, 32/29, 27/29)}",
"variables": [
"x",
"y",
"z"
]
},
{
"category": "linsolve",
"equations": [
"x + y - 2",
"x - y",
"2*x + 2*y - 4"
],
"eval_points": [
{
"subs": {},
"values": {
"x": {
"im": 0.0,
"re": 1.0
},
"y": {
"im": 0.0,
"re": 1.0
}
}
}
],
"id": 337,
"key": "x + y - 2 ; x - y ; 2*x + 2*y - 4",
"subcategory": "unique",
"sympy_result": "{(1, 1)}",
"variables": [
"x",
"y"
]
},
{
"category": "linsolve",
"equations": [
"7*x - 3*y + 2*z - 4",
"x + y + z - 1",
"x - 2*y"
],
"eval_points": [
{
"subs": {},
"values": {
"x": {
"im": 0.0,
"re": 0.8
},
"y": {
"im": 0.0,
"re": 0.4
},
"z": {
"im": 0.0,
"re": -0.2
}
}
}
],
"id": 338,
"key": "7*x - 3*y + 2*z - 4 ; x + y + z - 1 ; x - 2*y",
"subcategory": "unique",
"sympy_result": "{(4/5, 2/5, -1/5)}",
"variables": [
"x",
"y",
"z"
]
},
{
"category": "linsolve",
"equations": [
"x + y + z + w - 1",
"x - y + z - w - 2",
"x + y - z - w - 3",
"x - y - z + w - 4"
],
"eval_points": [
{
"subs": {},
"values": {
"w": {
"im": 0.0,
"re": 0.0
},
"x": {
"im": 0.0,
"re": 2.5
},
"y": {
"im": 0.0,
"re": -0.5
},
"z": {
"im": 0.0,
"re": -1.0
}
}
}
],
"id": 339,
"key": "x + y + z + w - 1 ; x - y + z - w - 2 ; x + y - z - w - 3 ; x - y - z + w - 4",
"subcategory": "unique",
"sympy_result": "{(5/2, -1/2, -1, 0)}",
"variables": [
"x",
"y",
"z",
"w"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"var": "p"
},
{
"var": "q"
}
],
"op": "xor"
},
"id": 340,
"key": "xor_pq",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "(p | q) & (~p | ~q)",
"sympy_simplified": "(p & ~q) | (q & ~p)",
"tautology": false,
"truth_table": [
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"args": [
{
"var": "p"
},
{
"var": "q"
}
],
"op": "and"
},
{
"args": [
{
"var": "p"
},
{
"var": "r"
}
],
"op": "and"
},
{
"args": [
{
"var": "q"
},
{
"var": "r"
}
],
"op": "and"
}
],
"op": "or"
},
"id": 341,
"key": "majority3",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "(p | q) & (p | r) & (q | r)",
"sympy_simplified": "(p & q) | (p & r) | (q & r)",
"tautology": false,
"truth_table": [
false,
false,
false,
false,
false,
false,
true,
true,
false,
false,
true,
true,
true,
true,
true,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"var": "p"
},
{
"args": [
{
"var": "p"
}
],
"op": "not"
}
],
"op": "or"
},
"id": 342,
"key": "tautology",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "p | ~p",
"sympy_simplified": "True",
"tautology": true,
"truth_table": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"var": "p"
},
{
"args": [
{
"var": "p"
}
],
"op": "not"
}
],
"op": "and"
},
"id": 343,
"key": "contradiction",
"satisfiable": false,
"subcategory": "boolean",
"sympy_cnf": "p & ~p",
"sympy_simplified": "False",
"tautology": false,
"truth_table": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"var": "p"
},
{
"args": [
{
"var": "p"
},
{
"var": "q"
}
],
"op": "and"
}
],
"op": "or"
},
"id": 344,
"key": "absorption",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "p",
"sympy_simplified": "p",
"tautology": false,
"truth_table": [
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"args": [
{
"var": "p"
},
{
"var": "q"
},
{
"var": "r"
}
],
"op": "and"
}
],
"op": "not"
},
"id": 345,
"key": "demorgan",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "~p | ~q | ~r",
"sympy_simplified": "~p | ~q | ~r",
"tautology": false,
"truth_table": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"args": [
{
"var": "p"
},
{
"var": "q"
}
],
"op": "implies"
},
{
"args": [
{
"args": [
{
"var": "q"
}
],
"op": "not"
},
{
"args": [
{
"var": "p"
}
],
"op": "not"
}
],
"op": "implies"
}
],
"op": "implies"
},
"id": 346,
"key": "implies_chain",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "True",
"sympy_simplified": "True",
"tautology": true,
"truth_table": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"var": "p"
},
{
"args": [
{
"var": "q"
},
{
"var": "r"
}
],
"op": "xor"
}
],
"op": "equivalent"
},
"id": 347,
"key": "equiv_xor",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "(p | q | ~r) & (p | r | ~q) & (q | r | ~p) & (~p | ~q | ~r)",
"sympy_simplified": "(p & q & ~r) | (p & r & ~q) | (q & r & ~p) | (~p & ~q & ~r)",
"tautology": false,
"truth_table": [
true,
true,
false,
false,
false,
false,
true,
true,
false,
false,
true,
true,
true,
true,
false,
false
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"args": [
{
"var": "p"
},
{
"var": "q"
}
],
"op": "xor"
},
{
"var": "r"
}
],
"op": "xor"
},
"id": 348,
"key": "full_adder_sum",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "(p | q | r) & (p | ~q | ~r) & (q | ~p | ~r) & (r | ~p | ~q)",
"sympy_simplified": "(p & q & r) | (p & ~q & ~r) | (q & ~p & ~r) | (r & ~p & ~q)",
"tautology": false,
"truth_table": [
false,
false,
true,
true,
true,
true,
false,
false,
true,
true,
false,
false,
false,
false,
true,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"args": [
{
"var": "p"
},
{
"var": "q"
}
],
"op": "and"
},
{
"args": [
{
"var": "r"
},
{
"args": [
{
"var": "p"
},
{
"var": "q"
}
],
"op": "xor"
}
],
"op": "and"
}
],
"op": "or"
},
"id": 349,
"key": "full_adder_carry",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "(p | q) & (p | r) & (q | r)",
"sympy_simplified": "(p & q) | (p & r) | (q & r)",
"tautology": false,
"truth_table": [
false,
false,
false,
false,
false,
false,
true,
true,
false,
false,
true,
true,
true,
true,
true,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"var": "s"
},
{
"args": [
{
"args": [
{
"var": "p"
},
{
"args": [
{
"var": "r"
}
],
"op": "not"
}
],
"op": "implies"
},
{
"var": "p"
}
],
"op": "implies"
},
{
"var": "r"
}
],
"op": "and"
},
"id": 350,
"key": "random_00",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "p & r & s",
"sympy_simplified": "p & r & s",
"tautology": false,
"truth_table": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false,
false,
false,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"args": [
{
"args": [
{
"args": [
{
"var": "q"
}
],
"op": "not"
},
{
"var": "q"
},
{
"args": [
{
"var": "q"
}
],
"op": "not"
}
],
"op": "or"
},
{
"args": [
{
"var": "p"
},
{
"args": [
{
"var": "q"
}
],
"op": "not"
}
],
"op": "xor"
},
{
"var": "q"
}
],
"op": "or"
}
],
"op": "not"
},
"id": 351,
"key": "random_01",
"satisfiable": false,
"subcategory": "boolean",
"sympy_cnf": "False",
"sympy_simplified": "False",
"tautology": false,
"truth_table": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"var": "p"
},
"id": 352,
"key": "random_02",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "p",
"sympy_simplified": "p",
"tautology": false,
"truth_table": [
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"args": [
{
"args": [
{
"args": [
{
"var": "q"
}
],
"op": "not"
}
],
"op": "not"
},
{
"args": [
{
"args": [
{
"var": "s"
}
],
"op": "not"
},
{
"var": "s"
}
],
"op": "implies"
}
],
"op": "implies"
},
{
"args": [
{
"args": [
{
"args": [
{
"var": "r"
}
],
"op": "not"
},
{
"var": "p"
}
],
"op": "and"
},
{
"args": [
{
"var": "r"
},
{
"args": [
{
"var": "s"
}
],
"op": "not"
}
],
"op": "implies"
}
],
"op": "equivalent"
}
],
"op": "and"
},
"id": 353,
"key": "random_03",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "(p | r) & (s | ~q) & (s | ~r)",
"sympy_simplified": "(p | r) & (s | ~q) & (s | ~r)",
"tautology": false,
"truth_table": [
false,
false,
false,
true,
false,
false,
false,
true,
true,
true,
false,
true,
false,
true,
false,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"var": "s"
},
"id": 354,
"key": "random_04",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "s",
"sympy_simplified": "s",
"tautology": false,
"truth_table": [
false,
true,
false,
true,
false,
true,
false,
true,
false,
true,
false,
true,
false,
true,
false,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"args": [
{
"args": [
{
"var": "r"
},
{
"args": [
{
"var": "r"
}
],
"op": "not"
},
{
"var": "s"
}
],
"op": "or"
},
{
"args": [
{
"var": "r"
},
{
"var": "r"
},
{
"args": [
{
"var": "q"
}
],
"op": "not"
}
],
"op": "and"
}
],
"op": "equivalent"
},
{
"args": [
{
"args": [
{
"var": "s"
},
{
"args": [
{
"var": "s"
}
],
"op": "not"
}
],
"op": "or"
},
{
"args": [
{
"var": "p"
},
{
"var": "p"
}
],
"op": "or"
}
],
"op": "xor"
}
],
"op": "or"
},
"id": 355,
"key": "random_05",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "(r | ~p) & (~p | ~q)",
"sympy_simplified": "~p | (r & ~q)",
"tautology": false,
"truth_table": [
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
true,
true,
false,
false,
false,
false
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"args": [
{
"args": [
{
"args": [
{
"var": "q"
}
],
"op": "not"
},
{
"var": "p"
},
{
"var": "r"
}
],
"op": "or"
},
{
"args": [
{
"var": "r"
}
],
"op": "not"
}
],
"op": "implies"
},
{
"args": [
{
"args": [
{
"args": [
{
"var": "p"
}
],
"op": "not"
},
{
"var": "p"
}
],
"op": "or"
},
{
"args": [
{
"var": "q"
}
],
"op": "not"
}
],
"op": "implies"
}
],
"op": "and"
},
"id": 356,
"key": "random_06",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "~q & ~r",
"sympy_simplified": "~q & ~r",
"tautology": false,
"truth_table": [
true,
true,
false,
false,
false,
false,
false,
false,
true,
true,
false,
false,
false,
false,
false,
false
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"args": [
{
"var": "p"
},
{
"args": [
{
"var": "q"
}
],
"op": "not"
}
],
"op": "or"
},
{
"var": "p"
},
{
"args": [
{
"args": [
{
"var": "p"
}
],
"op": "not"
},
{
"args": [
{
"var": "q"
},
{
"args": [
{
"var": "p"
}
],
"op": "not"
}
],
"op": "or"
},
{
"args": [
{
"args": [
{
"var": "p"
}
],
"op": "not"
},
{
"var": "s"
}
],
"op": "implies"
}
],
"op": "or"
}
],
"op": "or"
},
"id": 357,
"key": "random_07",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "True",
"sympy_simplified": "True",
"tautology": true,
"truth_table": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"var": "p"
},
"id": 358,
"key": "random_08",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "p",
"sympy_simplified": "p",
"tautology": false,
"truth_table": [
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"args": [
{
"var": "q"
},
{
"args": [
{
"var": "q"
}
],
"op": "not"
}
],
"op": "implies"
},
{
"args": [
{
"args": [
{
"var": "s"
},
{
"var": "s"
}
],
"op": "xor"
},
{
"args": [
{
"var": "s"
},
{
"args": [
{
"var": "r"
}
],
"op": "not"
}
],
"op": "and"
}
],
"op": "implies"
}
],
"op": "and"
},
"id": 359,
"key": "random_09",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "~q",
"sympy_simplified": "~q",
"tautology": false,
"truth_table": [
true,
true,
true,
true,
false,
false,
false,
false,
true,
true,
true,
true,
false,
false,
false,
false
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"args": [
{
"var": "r"
}
],
"op": "not"
},
{
"args": [
{
"args": [
{
"args": [
{
"var": "r"
}
],
"op": "not"
},
{
"var": "r"
},
{
"var": "p"
}
],
"op": "and"
},
{
"args": [
{
"var": "s"
}
],
"op": "not"
}
],
"op": "implies"
}
],
"op": "or"
},
"id": 360,
"key": "random_10",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "True",
"sympy_simplified": "True",
"tautology": true,
"truth_table": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"var": "r"
}
],
"op": "not"
},
"id": 361,
"key": "random_11",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "~r",
"sympy_simplified": "~r",
"tautology": false,
"truth_table": [
true,
true,
false,
false,
true,
true,
false,
false,
true,
true,
false,
false,
true,
true,
false,
false
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"args": [
{
"args": [
{
"var": "r"
}
],
"op": "not"
},
{
"args": [
{
"args": [
{
"var": "s"
}
],
"op": "not"
},
{
"args": [
{
"var": "r"
},
{
"args": [
{
"var": "s"
}
],
"op": "not"
},
{
"args": [
{
"var": "q"
}
],
"op": "not"
}
],
"op": "and"
},
{
"args": [
{
"args": [
{
"var": "q"
}
],
"op": "not"
},
{
"args": [
{
"var": "q"
}
],
"op": "not"
}
],
"op": "equivalent"
}
],
"op": "or"
}
],
"op": "xor"
},
"id": 362,
"key": "random_12",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "r",
"sympy_simplified": "r",
"tautology": false,
"truth_table": [
false,
false,
true,
true,
false,
false,
true,
true,
false,
false,
true,
true,
false,
false,
true,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "logic",
"formula": {
"var": "s"
},
"id": 363,
"key": "random_13",
"satisfiable": true,
"subcategory": "boolean",
"sympy_cnf": "s",
"sympy_simplified": "s",
"tautology": false,
"truth_table": [
false,
true,
false,
true,
false,
true,
false,
true,
false,
true,
false,
true,
false,
true,
false,
true
],
"variables": [
"p",
"q",
"r",
"s"
]
},
{
"category": "matrix",
"coeffs": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": -5.0
},
{
"im": 0.0,
"re": -2.0
}
],
"id": 364,
"key": "[1,2;3,4]",
"matrix": [
[
"1",
"2"
],
[
"3",
"4"
]
],
"subcategory": "charpoly",
"sympy_result": "lambda**2 - 5*lambda - 2"
},
{
"category": "matrix",
"coeffs": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": -4.0
},
{
"im": 0.0,
"re": 3.0
}
],
"id": 365,
"key": "[2,1;1,2]",
"matrix": [
[
"2",
"1"
],
[
"1",
"2"
]
],
"subcategory": "charpoly",
"sympy_result": "lambda**2 - 4*lambda + 3"
},
{
"category": "matrix",
"coeffs": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": -10.0
},
{
"im": 0.0,
"re": 22.0
},
{
"im": 0.0,
"re": 11.0
}
],
"id": 366,
"key": "[1,2,0;3,4,1;0,1,5]",
"matrix": [
[
"1",
"2",
"0"
],
[
"3",
"4",
"1"
],
[
"0",
"1",
"5"
]
],
"subcategory": "charpoly",
"sympy_result": "lambda**3 - 10*lambda**2 + 22*lambda + 11"
},
{
"category": "matrix",
"coeffs": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 1.0
}
],
"id": 367,
"key": "[0,1,0,0;0,0,1,0;0,0,0,1;-1,0,0,0]",
"matrix": [
[
"0",
"1",
"0",
"0"
],
[
"0",
"0",
"1",
"0"
],
[
"0",
"0",
"0",
"1"
],
[
"-1",
"0",
"0",
"0"
]
],
"subcategory": "charpoly",
"sympy_result": "lambda**4 + 1"
},
{
"category": "matrix",
"coeffs": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": -15.0
},
{
"im": 0.0,
"re": 69.0
},
{
"im": 0.0,
"re": -99.0
}
],
"id": 368,
"key": "[6,-2,1;-2,5,0;1,0,4]",
"matrix": [
[
"6",
"-2",
"1"
],
[
"-2",
"5",
"0"
],
[
"1",
"0",
"4"
]
],
"subcategory": "charpoly",
"sympy_result": "lambda**3 - 15*lambda**2 + 69*lambda - 99"
},
{
"category": "matrix",
"coeffs": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": -0.8333333333333334
},
{
"im": 0.0,
"re": -0.8333333333333334
}
],
"id": 369,
"key": "[1/2,1;1,1/3]",
"matrix": [
[
"1/2",
"1"
],
[
"1",
"1/3"
]
],
"subcategory": "charpoly",
"sympy_result": "lambda**2 - 5*lambda/6 - 5/6"
},
{
"category": "matrix",
"id": 370,
"key": "[4,2;2,3]",
"matrix": [
[
"4",
"2"
],
[
"2",
"3"
]
],
"result": [
[
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 1.4142135623730951
}
]
],
"subcategory": "cholesky",
"sympy_result": "Matrix([[2, 0], [1, sqrt(2)]])"
},
{
"category": "matrix",
"id": 371,
"key": "[25,15,-5;15,18,0;-5,0,11]",
"matrix": [
[
"25",
"15",
"-5"
],
[
"15",
"18",
"0"
],
[
"-5",
"0",
"11"
]
],
"result": [
[
{
"im": 0.0,
"re": 5.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 3.0
},
{
"im": 0.0,
"re": 3.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": -1.0
},
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 3.0
}
]
],
"subcategory": "cholesky",
"sympy_result": "Matrix([[5, 0, 0], [3, 3, 0], [-1, 1, 3]])"
},
{
"category": "matrix",
"id": 372,
"key": "[2,-1,0;-1,2,-1;0,-1,2]",
"matrix": [
[
"2",
"-1",
"0"
],
[
"-1",
"2",
"-1"
],
[
"0",
"-1",
"2"
]
],
"result": [
[
{
"im": 0.0,
"re": 1.4142135623730951
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": -0.7071067811865476
},
{
"im": 0.0,
"re": 1.224744871391589
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": -0.816496580927726
},
{
"im": 0.0,
"re": 1.1547005383792515
}
]
],
"subcategory": "cholesky",
"sympy_result": "Matrix([[sqrt(2), 0, 0], [-sqrt(2)/2, sqrt(6)/2, 0], [0, -sqrt(6)/3, 2*sqrt(3)/3]])"
},
{
"category": "matrix",
"id": 373,
"key": "[9,3,3;3,5,1;3,1,6]",
"matrix": [
[
"9",
"3",
"3"
],
[
"3",
"5",
"1"
],
[
"3",
"1",
"6"
]
],
"result": [
[
{
"im": 0.0,
"re": 3.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 2.23606797749979
}
]
],
"subcategory": "cholesky",
"sympy_result": "Matrix([[3, 0, 0], [1, 2, 0], [1, 0, sqrt(5)]])"
},
{
"category": "matrix",
"id": 374,
"key": "[1,0,0,0;0,4,0,0;0,0,9,0;0,0,0,16]",
"matrix": [
[
"1",
"0",
"0",
"0"
],
[
"0",
"4",
"0",
"0"
],
[
"0",
"0",
"9",
"0"
],
[
"0",
"0",
"0",
"16"
]
],
"result": [
[
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 3.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 4.0
}
]
],
"subcategory": "cholesky",
"sympy_result": "Matrix([[1, 0, 0, 0], [0, 2, 0, 0], [0, 0, 3, 0], [0, 0, 0, 4]])"
},
{
"category": "matrix",
"id": 375,
"key": "[6,3,4,8;3,6,5,1;4,5,10,7;8,1,7,25]",
"matrix": [
[
"6",
"3",
"4",
"8"
],
[
"3",
"6",
"5",
"1"
],
[
"4",
"5",
"10",
"7"
],
[
"8",
"1",
"7",
"25"
]
],
"result": [
[
{
"im": 0.0,
"re": 2.449489742783178
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 1.224744871391589
},
{
"im": 0.0,
"re": 2.1213203435596424
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 1.632993161855452
},
{
"im": 0.0,
"re": 1.4142135623730951
},
{
"im": 0.0,
"re": 2.309401076758503
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 3.265986323710904
},
{
"im": 0.0,
"re": -1.4142135623730951
},
{
"im": 0.0,
"re": 1.5877132402714709
},
{
"im": 0.0,
"re": 3.132491021535417
}
]
],
"subcategory": "cholesky",
"sympy_result": "Matrix([[sqrt(6), 0, 0, 0], [sqrt(6)/2, 3*sqrt(2)/2, 0, 0], [2*sqrt(6)/3, sqrt(2), 4*sqrt(3)/3, 0], [4*sqrt(6)/3, -sqrt(2), 11*sqrt(3)/12, sqrt(157)/4]])"
},
{
"category": "matrix",
"eigenvalues": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 3.0
}
],
"id": 376,
"key": "[2,1;1,2]",
"matrix": [
[
"2",
"1"
],
[
"1",
"2"
]
],
"subcategory": "eigenvals",
"sympy_result": "{3: 1, 1: 1}"
},
{
"category": "matrix",
"eigenvalues": [
{
"im": -1.0,
"re": 0.0
},
{
"im": 1.0,
"re": 0.0
}
],
"id": 377,
"key": "[0,-1;1,0]",
"matrix": [
[
"0",
"-1"
],
[
"1",
"0"
]
],
"subcategory": "eigenvals",
"sympy_result": "{-I: 1, I: 1}"
},
{
"category": "matrix",
"eigenvalues": [
{
"im": 0.0,
"re": 2.585786437626905
},
{
"im": 0.0,
"re": 4.0
},
{
"im": 0.0,
"re": 5.414213562373095
}
],
"id": 378,
"key": "[4,1,0;1,4,1;0,1,4]",
"matrix": [
[
"4",
"1",
"0"
],
[
"1",
"4",
"1"
],
[
"0",
"1",
"4"
]
],
"subcategory": "eigenvals",
"sympy_result": "{4: 1, 4 - sqrt(2): 1, sqrt(2) + 4: 1}"
},
{
"category": "matrix",
"eigenvalues": [
{
"im": 0.0,
"re": -0.417472941735109
},
{
"im": 0.0,
"re": 4.324472625336296
},
{
"im": 0.0,
"re": 6.093000316398814
}
],
"id": 379,
"key": "[1,2,0;3,4,1;0,1,5]",
"matrix": [
[
"1",
"2",
"0"
],
[
"3",
"4",
"1"
],
[
"0",
"1",
"5"
]
],
"subcategory": "eigenvals",
"sympy_result": "{10/3 - (277/2 + 3*sqrt(8943)*I/2)**(1/3)/3 - 34/(3*(277/2 + 3*sqrt(8943)*I/2)**(1/3)): 1, 10/3 - (-1/2 + sqrt(3)*I/2)*(277/2 + 3*sqrt(8943)*I/2)**(1/3)/3 - 34/(3*(-1/2 + sqrt(3)*I/2)*(277/2 + 3*sqrt(8943)*I/2)**(1/3)): 1, 10/3 - 34/(3*(-1/2 - sqrt(3)*I/2)*(277/2 + 3*sqrt(8943)*I/2)**(1/3)) - (-1/2 - sqrt(3)*I/2)*(277/2 + 3*sqrt(8943)*I/2)**(1/3)/3: 1}"
},
{
"category": "matrix",
"eigenvalues": [
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 3.0
}
],
"id": 380,
"key": "[2,0,0;0,2,0;0,0,3]",
"matrix": [
[
"2",
"0",
"0"
],
[
"0",
"2",
"0"
],
[
"0",
"0",
"3"
]
],
"subcategory": "eigenvals",
"sympy_result": "{2: 2, 3: 1}"
},
{
"category": "matrix",
"eigenvalues": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 1.0
}
],
"id": 381,
"key": "[1,1;0,1]",
"matrix": [
[
"1",
"1"
],
[
"0",
"1"
]
],
"subcategory": "eigenvals",
"sympy_result": "{1: 2}"
},
{
"category": "matrix",
"eigenvalues": [
{
"im": 0.0,
"re": -1.0
},
{
"im": -1.0,
"re": 0.0
},
{
"im": 1.0,
"re": 0.0
},
{
"im": 0.0,
"re": 1.0
}
],
"id": 382,
"key": "[0,1,0,0;0,0,1,0;0,0,0,1;1,0,0,0]",
"matrix": [
[
"0",
"1",
"0",
"0"
],
[
"0",
"0",
"1",
"0"
],
[
"0",
"0",
"0",
"1"
],
[
"1",
"0",
"0",
"0"
]
],
"subcategory": "eigenvals",
"sympy_result": "{-1: 1, 1: 1, -I: 1, I: 1}"
},
{
"category": "matrix",
"eigenvalues": [
{
"im": 0.0,
"re": 0.024679645067614418
},
{
"im": 0.0,
"re": 0.6753203549323856
}
],
"id": 383,
"key": "[1/2,1/3;1/4,1/5]",
"matrix": [
[
"1/2",
"1/3"
],
[
"1/4",
"1/5"
]
],
"subcategory": "eigenvals",
"sympy_result": "{7/20 - sqrt(381)/60: 1, sqrt(381)/60 + 7/20: 1}"
},
{
"category": "matrix",
"eigenvalues": [
{
"im": 0.0,
"re": 3.0
},
{
"im": 0.0,
"re": 4.267949192431122
},
{
"im": 0.0,
"re": 7.732050807568878
}
],
"id": 384,
"key": "[6,-2,1;-2,5,0;1,0,4]",
"matrix": [
[
"6",
"-2",
"1"
],
[
"-2",
"5",
"0"
],
[
"1",
"0",
"4"
]
],
"subcategory": "eigenvals",
"sympy_result": "{3: 1, 6 - sqrt(3): 1, sqrt(3) + 6: 1}"
},
{
"category": "matrix",
"eigenvalues": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 4.0
},
{
"im": 0.0,
"re": 6.0
}
],
"id": 385,
"key": "[1,2,3;0,4,5;0,0,6]",
"matrix": [
[
"1",
"2",
"3"
],
[
"0",
"4",
"5"
],
[
"0",
"0",
"6"
]
],
"subcategory": "eigenvals",
"sympy_result": "{6: 1, 4: 1, 1: 1}"
},
{
"category": "matrix",
"id": 386,
"key": "[1,1;0,2]",
"matrix": [
[
"1",
"1"
],
[
"0",
"2"
]
],
"result": [
[
{
"im": 0.0,
"re": 2.718281828459045
},
{
"im": 0.0,
"re": 4.670774270471605
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 7.38905609893065
}
]
],
"subcategory": "exp",
"sympy_result": "Matrix([[E, -E + exp(2)], [0, exp(2)]])"
},
{
"category": "matrix",
"id": 387,
"key": "[0,-1;1,0]",
"matrix": [
[
"0",
"-1"
],
[
"1",
"0"
]
],
"result": [
[
{
"im": 0.0,
"re": 0.5403023058681398
},
{
"im": 0.0,
"re": -0.8414709848078965
}
],
[
{
"im": 0.0,
"re": 0.8414709848078965
},
{
"im": 0.0,
"re": 0.5403023058681398
}
]
],
"subcategory": "exp",
"sympy_result": "Matrix([[cos(1), -sin(1)], [sin(1), cos(1)]])"
},
{
"category": "matrix",
"id": 388,
"key": "[0,1;0,0]",
"matrix": [
[
"0",
"1"
],
[
"0",
"0"
]
],
"result": [
[
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 1.0
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 1.0
}
]
],
"subcategory": "exp",
"sympy_result": "Matrix([[1, 1], [0, 1]])"
},
{
"category": "matrix",
"id": 389,
"key": "[1,2;3,4]",
"matrix": [
[
"1",
"2"
],
[
"3",
"4"
]
],
"result": [
[
{
"im": 0.0,
"re": 51.968956198705
},
{
"im": 0.0,
"re": 74.73656456700321
}
],
[
{
"im": 0.0,
"re": 112.10484685050481
},
{
"im": 0.0,
"re": 164.07380304920983
}
]
],
"subcategory": "exp",
"sympy_result": "Matrix([[-2*(-21 + 3*sqrt(33))*exp(5/2 - sqrt(33)/2)/((-33 + 7*sqrt(33))*(-3/2 + sqrt(33)/2)) + 2*exp(5/2 + sqrt(33)/2)/((-sqrt(33)/2 - 3/2)*(-2/(-3/2 + sqrt(33)/2) + 2/(-sqrt(33)/2 - 3/2))), -4*exp(5/2 - sqrt(33)/2)/((-3/2 + sqrt(33)/2)*(2 + 12/(21/2 - 3*sqrt(33)/2))) + 8*exp(5/2 + sqrt(33)/2)/((-11 + sqrt(33))*(-sqrt(33)/2 - 3/2))], [(-21 + 3*sqrt(33))*exp(5/2 - sqrt(33)/2)/(-33 + 7*sqrt(33)) - exp(5/2 + sqrt(33)/2)/(-2/(-3/2 + sqrt(33)/2) + 2/(-sqrt(33)/2 - 3/2)), 2*exp(5/2 - sqrt(33)/2)/(2 + 12/(21/2 - 3*sqrt(33)/2)) - 4*exp(5/2 + sqrt(33)/2)/(-11 + sqrt(33))]])"
},
{
"category": "matrix",
"id": 390,
"key": "[2,0,0;0,3,0;0,0,-1]",
"matrix": [
[
"2",
"0",
"0"
],
[
"0",
"3",
"0"
],
[
"0",
"0",
"-1"
]
],
"result": [
[
{
"im": 0.0,
"re": 7.38905609893065
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 20.085536923187668
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.36787944117144233
}
]
],
"subcategory": "exp",
"sympy_result": "Matrix([[exp(2), 0, 0], [0, exp(3), 0], [0, 0, exp(-1)]])"
},
{
"category": "matrix",
"id": 391,
"key": "[0,1,0;0,0,1;0,0,0]",
"matrix": [
[
"0",
"1",
"0"
],
[
"0",
"0",
"1"
],
[
"0",
"0",
"0"
]
],
"result": [
[
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 0.5
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 1.0
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 1.0
}
]
],
"subcategory": "exp",
"sympy_result": "Matrix([[1, 1, 1/2], [0, 1, 1], [0, 0, 1]])"
},
{
"category": "matrix",
"id": 392,
"key": "[1,1,0;0,1,1;0,0,1]",
"matrix": [
[
"1",
"1",
"0"
],
[
"0",
"1",
"1"
],
[
"0",
"0",
"1"
]
],
"result": [
[
{
"im": 0.0,
"re": 2.718281828459045
},
{
"im": 0.0,
"re": 2.718281828459045
},
{
"im": 0.0,
"re": 1.3591409142295225
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 2.718281828459045
},
{
"im": 0.0,
"re": 2.718281828459045
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 2.718281828459045
}
]
],
"subcategory": "exp",
"sympy_result": "Matrix([[E, E, E/2], [0, E, E], [0, 0, E]])"
},
{
"category": "matrix",
"id": 393,
"key": "[-1,1;1,-1]",
"matrix": [
[
"-1",
"1"
],
[
"1",
"-1"
]
],
"result": [
[
{
"im": 0.0,
"re": 0.5676676416183063
},
{
"im": 0.0,
"re": 0.43233235838169365
}
],
[
{
"im": 0.0,
"re": 0.43233235838169365
},
{
"im": 0.0,
"re": 0.5676676416183063
}
]
],
"subcategory": "exp",
"sympy_result": "Matrix([[exp(-2)/2 + 1/2, 1/2 - exp(-2)/2], [1/2 - exp(-2)/2, exp(-2)/2 + 1/2]])"
},
{
"category": "matrix",
"id": 394,
"jordan_diag": [
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 3.0
},
{
"im": 0.0,
"re": 4.0
}
],
"key": "[2,1,0,0;0,2,0,0;0,0,3,0;0,0,0,4]",
"matrix": [
[
"2",
"1",
"0",
"0"
],
[
"0",
"2",
"0",
"0"
],
[
"0",
"0",
"3",
"0"
],
[
"0",
"0",
"0",
"4"
]
],
"subcategory": "jordan_form",
"superdiag_ones": 1,
"sympy_result": "Matrix([[2, 1, 0, 0], [0, 2, 0, 0], [0, 0, 3, 0], [0, 0, 0, 4]])"
},
{
"category": "matrix",
"id": 395,
"jordan_diag": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 4.0
},
{
"im": 0.0,
"re": 4.0
}
],
"key": "[5,4,2,1;0,1,-1,-1;-1,-1,3,0;1,1,-1,2]",
"matrix": [
[
"5",
"4",
"2",
"1"
],
[
"0",
"1",
"-1",
"-1"
],
[
"-1",
"-1",
"3",
"0"
],
[
"1",
"1",
"-1",
"2"
]
],
"subcategory": "jordan_form",
"superdiag_ones": 1,
"sympy_result": "Matrix([[1, 0, 0, 0], [0, 2, 0, 0], [0, 0, 4, 1], [0, 0, 0, 4]])"
},
{
"category": "matrix",
"id": 396,
"jordan_diag": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 1.0
}
],
"key": "[1,1;0,1]",
"matrix": [
[
"1",
"1"
],
[
"0",
"1"
]
],
"subcategory": "jordan_form",
"superdiag_ones": 1,
"sympy_result": "Matrix([[1, 1], [0, 1]])"
},
{
"category": "matrix",
"id": 397,
"jordan_diag": [
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 2.0
}
],
"key": "[2,0;0,2]",
"matrix": [
[
"2",
"0"
],
[
"0",
"2"
]
],
"subcategory": "jordan_form",
"superdiag_ones": 0,
"sympy_result": "Matrix([[2, 0], [0, 2]])"
},
{
"category": "matrix",
"id": 398,
"jordan_diag": [
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
}
],
"key": "[0,1,0;0,0,1;0,0,0]",
"matrix": [
[
"0",
"1",
"0"
],
[
"0",
"0",
"1"
],
[
"0",
"0",
"0"
]
],
"subcategory": "jordan_form",
"superdiag_ones": 2,
"sympy_result": "Matrix([[0, 1, 0], [0, 0, 1], [0, 0, 0]])"
},
{
"category": "matrix",
"id": 399,
"jordan_diag": [
{
"im": 0.0,
"re": 3.0
},
{
"im": 0.0,
"re": 3.0
},
{
"im": 0.0,
"re": 3.0
}
],
"key": "[3,1,0;0,3,1;0,0,3]",
"matrix": [
[
"3",
"1",
"0"
],
[
"0",
"3",
"1"
],
[
"0",
"0",
"3"
]
],
"subcategory": "jordan_form",
"superdiag_ones": 2,
"sympy_result": "Matrix([[3, 1, 0], [0, 3, 1], [0, 0, 3]])"
},
{
"category": "matrix",
"id": 400,
"jordan_diag": [
{
"im": 0.0,
"re": -0.417472941735109
},
{
"im": 0.0,
"re": 4.324472625336296
},
{
"im": 0.0,
"re": 6.093000316398814
}
],
"key": "[1,2,0;3,4,1;0,1,5]",
"matrix": [
[
"1",
"2",
"0"
],
[
"3",
"4",
"1"
],
[
"0",
"1",
"5"
]
],
"subcategory": "jordan_form",
"superdiag_ones": 0,
"sympy_result": "Matrix([[10/3 - 34/(3*(-1/2 - sqrt(3)*I/2)*(277/2 + 3*sqrt(8943)*I/2)**(1/3)) - (-1/2 - sqrt(3)*I/2)*(277/2 + 3*sqrt(8943)*I/2)**(1/3)/3, 0, 0], [0, 10/3 - (-1/2 + sqrt(3)*I/2)*(277/2 + 3*sqrt(8943)*I/2)**(1/3)/3 - 34/(3*(-1/2 + sqrt(3)*I/2)*(277/2 + 3*sqrt(8943)*I/2)**(1/3)), 0], [0, 0, 10/3 - (277/2 + 3*sqrt(8943)*I/2)**(1/3)/3 - 34/(3*(277/2 + 3*sqrt(8943)*I/2)**(1/3))]])"
},
{
"category": "matrix",
"id": 401,
"jordan_diag": [
{
"im": 0.0,
"re": 4.0
},
{
"im": 0.0,
"re": 4.0
},
{
"im": 0.0,
"re": 4.0
},
{
"im": 0.0,
"re": 4.0
}
],
"key": "[4,1,0,0;0,4,0,0;0,0,4,1;0,0,0,4]",
"matrix": [
[
"4",
"1",
"0",
"0"
],
[
"0",
"4",
"0",
"0"
],
[
"0",
"0",
"4",
"1"
],
[
"0",
"0",
"0",
"4"
]
],
"subcategory": "jordan_form",
"superdiag_ones": 2,
"sympy_result": "Matrix([[4, 1, 0, 0], [0, 4, 0, 0], [0, 0, 4, 1], [0, 0, 0, 4]])"
},
{
"category": "matrix",
"id": 402,
"key": "[1,2;3,4;5,6]",
"matrix": [
[
"1",
"2"
],
[
"3",
"4"
],
[
"5",
"6"
]
],
"result": [
[
{
"im": 0.0,
"re": -1.3333333333333333
},
{
"im": 0.0,
"re": -0.3333333333333333
},
{
"im": 0.0,
"re": 0.6666666666666666
}
],
[
{
"im": 0.0,
"re": 1.0833333333333333
},
{
"im": 0.0,
"re": 0.3333333333333333
},
{
"im": 0.0,
"re": -0.4166666666666667
}
]
],
"subcategory": "pinv",
"sympy_result": "Matrix([[-4/3, -1/3, 2/3], [13/12, 1/3, -5/12]])"
},
{
"category": "matrix",
"id": 403,
"key": "[1,2,3;4,5,6]",
"matrix": [
[
"1",
"2",
"3"
],
[
"4",
"5",
"6"
]
],
"result": [
[
{
"im": 0.0,
"re": -0.9444444444444444
},
{
"im": 0.0,
"re": 0.4444444444444444
}
],
[
{
"im": 0.0,
"re": -0.1111111111111111
},
{
"im": 0.0,
"re": 0.1111111111111111
}
],
[
{
"im": 0.0,
"re": 0.7222222222222222
},
{
"im": 0.0,
"re": -0.2222222222222222
}
]
],
"subcategory": "pinv",
"sympy_result": "Matrix([[-17/18, 4/9], [-1/9, 1/9], [13/18, -2/9]])"
},
{
"category": "matrix",
"id": 404,
"key": "[1,0;0,0]",
"matrix": [
[
"1",
"0"
],
[
"0",
"0"
]
],
"result": [
[
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
}
]
],
"subcategory": "pinv",
"sympy_result": "Matrix([[1, 0], [0, 0]])"
},
{
"category": "matrix",
"id": 405,
"key": "[1,2;2,4]",
"matrix": [
[
"1",
"2"
],
[
"2",
"4"
]
],
"result": [
[
{
"im": 0.0,
"re": 0.04
},
{
"im": 0.0,
"re": 0.08
}
],
[
{
"im": 0.0,
"re": 0.08
},
{
"im": 0.0,
"re": 0.16
}
]
],
"subcategory": "pinv",
"sympy_result": "Matrix([[1/25, 2/25], [2/25, 4/25]])"
},
{
"category": "matrix",
"id": 406,
"key": "[1,2;3,4]",
"matrix": [
[
"1",
"2"
],
[
"3",
"4"
]
],
"result": [
[
{
"im": 0.0,
"re": -2.0
},
{
"im": 0.0,
"re": 1.0
}
],
[
{
"im": 0.0,
"re": 1.5
},
{
"im": 0.0,
"re": -0.5
}
]
],
"subcategory": "pinv",
"sympy_result": "Matrix([[-2, 1], [3/2, -1/2]])"
},
{
"category": "matrix",
"id": 407,
"key": "[1,1,1;1,1,1]",
"matrix": [
[
"1",
"1",
"1"
],
[
"1",
"1",
"1"
]
],
"result": [
[
{
"im": 0.0,
"re": 0.16666666666666666
},
{
"im": 0.0,
"re": 0.16666666666666666
}
],
[
{
"im": 0.0,
"re": 0.16666666666666666
},
{
"im": 0.0,
"re": 0.16666666666666666
}
],
[
{
"im": 0.0,
"re": 0.16666666666666666
},
{
"im": 0.0,
"re": 0.16666666666666666
}
]
],
"subcategory": "pinv",
"sympy_result": "Matrix([[1/6, 1/6], [1/6, 1/6], [1/6, 1/6]])"
},
{
"category": "matrix",
"id": 408,
"key": "[2,0,0;0,0,0;0,0,3]",
"matrix": [
[
"2",
"0",
"0"
],
[
"0",
"0",
"0"
],
[
"0",
"0",
"3"
]
],
"result": [
[
{
"im": 0.0,
"re": 0.5
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.3333333333333333
}
]
],
"subcategory": "pinv",
"sympy_result": "Matrix([[1/2, 0, 0], [0, 0, 0], [0, 0, 1/3]])"
},
{
"category": "matrix",
"id": 409,
"key": "[4,2;2,3]",
"matrix": [
[
"4",
"2"
],
[
"2",
"3"
]
],
"r_diag_abs": [
4.47213595499958,
1.7888543819998317
],
"subcategory": "qr",
"sympy_result": "Matrix([[2*sqrt(5), 7*sqrt(5)/5], [0, 4*sqrt(5)/5]])"
},
{
"category": "matrix",
"id": 410,
"key": "[1,2;3,4]",
"matrix": [
[
"1",
"2"
],
[
"3",
"4"
]
],
"r_diag_abs": [
3.1622776601683795,
0.6324555320336759
],
"subcategory": "qr",
"sympy_result": "Matrix([[sqrt(10), 7*sqrt(10)/5], [0, sqrt(10)/5]])"
},
{
"category": "matrix",
"id": 411,
"key": "[2,-1,0;-1,2,-1;0,-1,2]",
"matrix": [
[
"2",
"-1",
"0"
],
[
"-1",
"2",
"-1"
],
[
"0",
"-1",
"2"
]
],
"r_diag_abs": [
2.23606797749979,
1.6733200530681511,
1.0690449676496976
],
"subcategory": "qr",
"sympy_result": "Matrix([[sqrt(5), -4*sqrt(5)/5, sqrt(5)/5], [0, sqrt(70)/5, -8*sqrt(70)/35], [0, 0, 2*sqrt(14)/7]])"
},
{
"category": "matrix",
"id": 412,
"key": "[1,1,0;1,0,1;0,1,1]",
"matrix": [
[
"1",
"1",
"0"
],
[
"1",
"0",
"1"
],
[
"0",
"1",
"1"
]
],
"r_diag_abs": [
1.4142135623730951,
1.224744871391589,
1.1547005383792515
],
"subcategory": "qr",
"sympy_result": "Matrix([[sqrt(2), sqrt(2)/2, sqrt(2)/2], [0, sqrt(6)/2, sqrt(6)/6], [0, 0, 2*sqrt(3)/3]])"
},
{
"category": "matrix",
"id": 413,
"key": "[1,2;3,4;5,6]",
"matrix": [
[
"1",
"2"
],
[
"3",
"4"
],
[
"5",
"6"
]
],
"r_diag_abs": [
5.916079783099616,
0.828078671210825
],
"subcategory": "qr",
"sympy_result": "Matrix([[sqrt(35), 44*sqrt(35)/35], [0, 2*sqrt(210)/35]])"
},
{
"category": "matrix",
"id": 414,
"key": "[3,1,2;0,4,1;2,1,5]",
"matrix": [
[
"3",
"1",
"2"
],
[
"0",
"4",
"1"
],
[
"2",
"1",
"5"
]
],
"r_diag_abs": [
3.605551275463989,
4.009603855360661,
2.974372194624121
],
"subcategory": "qr",
"sympy_result": "Matrix([[sqrt(13), 5*sqrt(13)/13, 16*sqrt(13)/13], [0, sqrt(2717)/13, 63*sqrt(2717)/2717], [0, 0, 43*sqrt(209)/209]])"
},
{
"category": "matrix",
"id": 415,
"key": "[1,2,3;2,4,6;1,1,1]",
"matrix": [
[
"1",
"2",
"3"
],
[
"2",
"4",
"6"
],
[
"1",
"1",
"1"
]
],
"nullity": 1,
"rank": 2,
"subcategory": "rank_nullspace"
},
{
"category": "matrix",
"id": 416,
"key": "[1,2;3,4]",
"matrix": [
[
"1",
"2"
],
[
"3",
"4"
]
],
"nullity": 0,
"rank": 2,
"subcategory": "rank_nullspace"
},
{
"category": "matrix",
"id": 417,
"key": "[1,1,1;1,1,1;1,1,1]",
"matrix": [
[
"1",
"1",
"1"
],
[
"1",
"1",
"1"
],
[
"1",
"1",
"1"
]
],
"nullity": 2,
"rank": 1,
"subcategory": "rank_nullspace"
},
{
"category": "matrix",
"id": 418,
"key": "[0,0;0,0]",
"matrix": [
[
"0",
"0"
],
[
"0",
"0"
]
],
"nullity": 2,
"rank": 0,
"subcategory": "rank_nullspace"
},
{
"category": "matrix",
"id": 419,
"key": "[1,2,3,4;2,4,6,8;3,6,9,12]",
"matrix": [
[
"1",
"2",
"3",
"4"
],
[
"2",
"4",
"6",
"8"
],
[
"3",
"6",
"9",
"12"
]
],
"nullity": 3,
"rank": 1,
"subcategory": "rank_nullspace"
},
{
"category": "matrix",
"id": 420,
"key": "[1,0,2,-1;0,1,1,1;1,1,3,0]",
"matrix": [
[
"1",
"0",
"2",
"-1"
],
[
"0",
"1",
"1",
"1"
],
[
"1",
"1",
"3",
"0"
]
],
"nullity": 2,
"rank": 2,
"subcategory": "rank_nullspace"
},
{
"category": "matrix",
"id": 421,
"key": "[2,4,1;1,2,3;3,6,4]",
"matrix": [
[
"2",
"4",
"1"
],
[
"1",
"2",
"3"
],
[
"3",
"6",
"4"
]
],
"nullity": 1,
"rank": 2,
"subcategory": "rank_nullspace"
},
{
"category": "matrix",
"id": 422,
"key": "[1,2,3;4,5,6;7,8,9]",
"matrix": [
[
"1",
"2",
"3"
],
[
"4",
"5",
"6"
],
[
"7",
"8",
"9"
]
],
"nullity": 1,
"rank": 2,
"subcategory": "rank_nullspace"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": 1.3333333333333333
},
"value": {
"im": 0.0,
"re": 0.8929795115692493
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"s": 3.0
},
"value": {
"im": 0.0,
"re": 2.0
}
}
],
"freq_var": "s",
"id": 423,
"input": "exp(-x)",
"key": "exp(-x)",
"space_var": "x",
"strip": [
"0",
"oo"
],
"subcategory": "forward",
"sympy_result": "gamma(s)"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": 1.3333333333333333
},
"value": {
"im": 0.0,
"re": 0.6770589697132002
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.5
}
},
{
"subs": {
"s": 3.0
},
"value": {
"im": 0.0,
"re": 0.443113462726379
}
}
],
"freq_var": "s",
"id": 424,
"input": "exp(-x**2)",
"key": "exp(-x**2)",
"space_var": "x",
"strip": [
"0",
"oo"
],
"subcategory": "forward",
"sympy_result": "gamma(s/2)/2"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": 0.3333333333333333
},
"value": {
"im": 0.0,
"re": 3.6275987284684357
}
},
{
"subs": {
"s": 0.5
},
"value": {
"im": 0.0,
"re": 3.141592653589793
}
},
{
"subs": {
"s": 0.75
},
"value": {
"im": 0.0,
"re": 4.442882938158366
}
}
],
"freq_var": "s",
"id": 425,
"input": "1/(x + 1)",
"key": "1/(1 + x)",
"space_var": "x",
"strip": [
"0",
"1"
],
"subcategory": "forward",
"sympy_result": "pi/sin(pi*s)"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": 1.0
},
"value": {
"special": "nan"
}
},
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 0.39269908169872414
}
},
{
"subs": {
"s": 2.25
},
"value": {
"im": 0.0,
"re": 0.6942004590872447
}
}
],
"freq_var": "s",
"id": 426,
"input": "(x + 1)**(-3)",
"key": "1/(1 + x)**3",
"space_var": "x",
"strip": [
"0",
"3"
],
"subcategory": "forward",
"sympy_result": "pi*(s - 2)*(s - 1)/(2*sin(pi*s))"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": -0.6666666666666666
},
"value": {
"im": 0.0,
"re": 0.20638580403688733
}
},
{
"subs": {
"s": 0.0
},
"value": {
"im": 0.0,
"re": 0.1111111111111111
}
},
{
"subs": {
"s": 1.0
},
"value": {
"im": 0.0,
"re": 0.07407407407407407
}
}
],
"freq_var": "s",
"id": 427,
"input": "x**2*exp(-3*x)",
"key": "x**2*exp(-3*x)",
"space_var": "x",
"strip": [
"-2",
"oo"
],
"subcategory": "forward",
"sympy_result": "gamma(s + 2)/(9*3**s)"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": 1.3333333333333333
},
"value": {
"im": 0.0,
"re": 0.3543791540127688
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.25
}
},
{
"subs": {
"s": 3.0
},
"value": {
"im": 0.0,
"re": 0.25
}
}
],
"freq_var": "s",
"id": 428,
"input": "exp(-2*x)",
"key": "exp(-2*x)",
"space_var": "x",
"strip": [
"0",
"oo"
],
"subcategory": "forward",
"sympy_result": "gamma(s)/2**s"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": 0.6666666666666666
},
"value": {
"im": 0.0,
"re": 1.2091995761561452
}
},
{
"subs": {
"s": 1.0
},
"value": {
"special": "nan"
}
},
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 1.5707963267948966
}
}
],
"freq_var": "s",
"id": 429,
"input": "(x + 1)**(-2)",
"key": "1/(1 + x)**2",
"space_var": "x",
"strip": [
"0",
"2"
],
"subcategory": "forward",
"sympy_result": "pi*(1 - s)/sin(pi*s)"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": 1.3333333333333333
},
"value": {
"im": 0.0,
"re": 0.75
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.5
}
},
{
"subs": {
"s": 3.0
},
"value": {
"im": 0.0,
"re": 0.3333333333333333
}
}
],
"freq_var": "s",
"id": 430,
"input": "Heaviside(1 - x)",
"key": "Heaviside(1 - x)",
"space_var": "x",
"strip": [
"0",
"oo"
],
"subcategory": "forward",
"sympy_result": "1/s"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": 1.3333333333333333
},
"value": {
"im": 0.0,
"re": 0.19285714285714287
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 0.08333333333333333
}
},
{
"subs": {
"s": 3.0
},
"value": {
"im": 0.0,
"re": 0.03333333333333333
}
}
],
"freq_var": "s",
"id": 431,
"input": "(1 - x)**2*Heaviside(1 - x)",
"key": "Heaviside(1 - x)*(1 - x)**2",
"space_var": "x",
"strip": [
"0",
"oo"
],
"subcategory": "forward",
"sympy_result": "2/(s*(s + 1)*(s + 2))"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": 0.3333333333333333
},
"value": {
"im": 0.0,
"re": 0.8929795115692493
}
},
{
"subs": {
"s": 1.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"s": 2.0
},
"value": {
"im": 0.0,
"re": 2.0
}
}
],
"freq_var": "s",
"id": 432,
"input": "x*exp(-x)",
"key": "x*exp(-x)",
"space_var": "x",
"strip": [
"-1",
"oo"
],
"subcategory": "forward",
"sympy_result": "gamma(s + 1)"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": -0.6666666666666666
},
"value": {
"im": 0.0,
"re": 5.441398092702654
}
},
{
"subs": {
"s": -0.5
},
"value": {
"im": 0.0,
"re": 6.283185307179586
}
},
{
"subs": {
"s": -0.25
},
"value": {
"im": 0.0,
"re": 17.771531752633464
}
}
],
"freq_var": "s",
"id": 433,
"input": "log(x + 1)",
"key": "log(1 + x)",
"space_var": "x",
"strip": [
"-1",
"0"
],
"subcategory": "forward",
"sympy_result": "pi/(s*sin(pi*s))"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": 0.6666666666666666
},
"value": {
"im": 0.0,
"re": 1.8137993642342178
}
},
{
"subs": {
"s": 1.0
},
"value": {
"im": 0.0,
"re": 1.5707963267948966
}
},
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 2.221441469079183
}
}
],
"freq_var": "s",
"id": 434,
"input": "1/(x**2 + 1)",
"key": "1/(1 + x**2)",
"space_var": "x",
"strip": [
"0",
"2"
],
"subcategory": "forward",
"sympy_result": "pi/(2*sin(pi*s/2))"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": 0.8333333333333334
},
"value": {
"im": 0.0,
"re": 0.8929795115692493
}
},
{
"subs": {
"s": 1.5
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"s": 2.5
},
"value": {
"im": 0.0,
"re": 2.0
}
}
],
"freq_var": "s",
"id": 435,
"input": "sqrt(x)*exp(-x)",
"key": "exp(-x)*x**Rational(1, 2)",
"space_var": "x",
"strip": [
"-1/2",
"oo"
],
"subcategory": "forward",
"sympy_result": "gamma(s + 1/2)"
},
{
"category": "mellin",
"eval_points": [
{
"subs": {
"s": -1.6666666666666667
},
"value": {
"im": 0.0,
"re": 0.75
}
},
{
"subs": {
"s": -1.0
},
"value": {
"im": 0.0,
"re": 0.5
}
},
{
"subs": {
"s": 0.0
},
"value": {
"im": 0.0,
"re": 0.3333333333333333
}
}
],
"freq_var": "s",
"id": 436,
"input": "x**3*Heaviside(1 - x)",
"key": "Heaviside(1 - x)*x**3",
"space_var": "x",
"strip": [
"-3",
"oo"
],
"subcategory": "forward",
"sympy_result": "1/(s + 3)"
},
{
"category": "nonlinear_system",
"equations": [
"x**2 + y**2 - 5",
"x*y - 2"
],
"id": 437,
"key": "x**2 + y**2 - 5 ; x*y - 2",
"solutions": [
[
{
"im": 0.0,
"re": -2.0
},
{
"im": 0.0,
"re": -1.0
}
],
[
{
"im": 0.0,
"re": -1.0
},
{
"im": 0.0,
"re": -2.0
}
],
[
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 2.0
}
],
[
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 1.0
}
]
],
"subcategory": "polynomial",
"sympy_result": "[{x: -2, y: -1}, {x: -1, y: -2}, {x: 1, y: 2}, {x: 2, y: 1}]",
"variables": [
"x",
"y"
]
},
{
"category": "nonlinear_system",
"equations": [
"x**2 + y**2 - 1",
"y - x"
],
"id": 438,
"key": "x**2 + y**2 - 1 ; y - x",
"solutions": [
[
{
"im": 0.0,
"re": -0.7071067811865476
},
{
"im": 0.0,
"re": -0.7071067811865476
}
],
[
{
"im": 0.0,
"re": 0.7071067811865476
},
{
"im": 0.0,
"re": 0.7071067811865476
}
]
],
"subcategory": "polynomial",
"sympy_result": "[{x: -sqrt(2)/2, y: -sqrt(2)/2}, {x: sqrt(2)/2, y: sqrt(2)/2}]",
"variables": [
"x",
"y"
]
},
{
"category": "nonlinear_system",
"equations": [
"x**2 - y",
"y**2 - x"
],
"id": 439,
"key": "x**2 - y ; y**2 - x",
"solutions": [
[
{
"im": -0.8660254037844386,
"re": -0.5
},
{
"im": 0.8660254037844386,
"re": -0.5
}
],
[
{
"im": 0.8660254037844386,
"re": -0.5
},
{
"im": -0.8660254037844386,
"re": -0.5
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 1.0
}
]
],
"subcategory": "polynomial",
"sympy_result": "[{x: 0, y: 0}, {x: 1, y: 1}, {x: (-1/2 - sqrt(3)*I/2)**2, y: -1/2 - sqrt(3)*I/2}, {x: (-1/2 + sqrt(3)*I/2)**2, y: -1/2 + sqrt(3)*I/2}]",
"variables": [
"x",
"y"
]
},
{
"category": "nonlinear_system",
"equations": [
"x + y - 3",
"x*y - 2"
],
"id": 440,
"key": "x + y - 3 ; x*y - 2",
"solutions": [
[
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 2.0
}
],
[
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 1.0
}
]
],
"subcategory": "polynomial",
"sympy_result": "[{x: 1, y: 2}, {x: 2, y: 1}]",
"variables": [
"x",
"y"
]
},
{
"category": "nonlinear_system",
"equations": [
"x**2 + y - 3",
"x - y**2 + 1"
],
"id": 441,
"key": "x**2 + y - 3 ; x - y**2 + 1",
"solutions": [
[
{
"im": -0.2500115201324448,
"re": -1.7076611768680672
},
{
"im": -0.8538699333998904,
"re": 0.14639906521650392
}
],
[
{
"im": 0.2500115201324448,
"re": -1.7076611768680672
},
{
"im": 0.8538699333998904,
"re": 0.14639906521650392
}
],
[
{
"im": 0.0,
"re": 1.227773304303994
},
{
"im": 0.0,
"re": 1.4925727132384519
}
],
[
{
"im": 0.0,
"re": 2.18754904943214
},
{
"im": 0.0,
"re": -1.7853708436714597
}
]
],
"subcategory": "polynomial",
"sympy_result": "[{x: (-1 - sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3)/2 + sqrt(-2*(-277/432 + sqrt(12081)/144)**(1/3) + 10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 8/3 + 2/sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3))/2)*(-sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3)/2 + 1 + sqrt(-2*(-277/432 + sqrt(12081)/144)**(1/3) + 10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 8/3 + 2/sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3))/2), y: -sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3)/2 + sqrt(-2*(-277/432 + sqrt(12081)/144)**(1/3) + 10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 8/3 + 2/sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3))/2}, {x: (-1 + sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3)/2 - sqrt(-2/sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3) - 2*(-277/432 + sqrt(12081)/144)**(1/3) + 10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 8/3)/2)*(sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3)/2 + 1 - sqrt(-2/sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3) - 2*(-277/432 + sqrt(12081)/144)**(1/3) + 10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 8/3)/2), y: sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3)/2 - sqrt(-2/sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3) - 2*(-277/432 + sqrt(12081)/144)**(1/3) + 10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 8/3)/2}, {x: (-1 + sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3)/2 + sqrt(-2/sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3) - 2*(-277/432 + sqrt(12081)/144)**(1/3) + 10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 8/3)/2)*(sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3)/2 + 1 + sqrt(-2/sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3) - 2*(-277/432 + sqrt(12081)/144)**(1/3) + 10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 8/3)/2), y: sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3)/2 + sqrt(-2/sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3) - 2*(-277/432 + sqrt(12081)/144)**(1/3) + 10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 8/3)/2}, {x: (-sqrt(-2*(-277/432 + sqrt(12081)/144)**(1/3) + 10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 8/3 + 2/sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3))/2 - 1 - sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3)/2)*(-sqrt(-2*(-277/432 + sqrt(12081)/144)**(1/3) + 10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 8/3 + 2/sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3))/2 - sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3)/2 + 1), y: -sqrt(-2*(-277/432 + sqrt(12081)/144)**(1/3) + 10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 8/3 + 2/sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3))/2 - sqrt(-10/(9*(-277/432 + sqrt(12081)/144)**(1/3)) + 2*(-277/432 + sqrt(12081)/144)**(1/3) + 4/3)/2}]",
"variables": [
"x",
"y"
]
},
{
"category": "nonlinear_system",
"equations": [
"x**2 + y**2 + z**2 - 3",
"x + y + z - 3",
"x - y"
],
"id": 442,
"key": "x**2 + y**2 + z**2 - 3 ; x + y + z - 3 ; x - y",
"solutions": [
[
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 1.0
}
]
],
"subcategory": "polynomial",
"sympy_result": "[{x: 1, y: 1, z: 1}]",
"variables": [
"x",
"y",
"z"
]
},
{
"category": "nonlinear_system",
"equations": [
"x**2 - 2*x*y + y**2 - 1",
"x + y - 1"
],
"id": 443,
"key": "x**2 - 2*x*y + y**2 - 1 ; x + y - 1",
"solutions": [
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 1.0
}
],
[
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 0.0
}
]
],
"subcategory": "polynomial",
"sympy_result": "[{x: 0, y: 1}, {x: 1, y: 0}]",
"variables": [
"x",
"y"
]
},
{
"category": "nonlinear_system",
"equations": [
"x*y - 1",
"x**2 - y**2 - 3"
],
"id": 444,
"key": "x*y - 1 ; x**2 - y**2 - 3",
"solutions": [
[
{
"im": 0.0,
"re": -1.8173540210239707
},
{
"im": 0.0,
"re": -0.5502505227003375
}
],
[
{
"im": -0.5502505227003375,
"re": 0.0
},
{
"im": 1.8173540210239707,
"re": 0.0
}
],
[
{
"im": 0.5502505227003375,
"re": 0.0
},
{
"im": -1.8173540210239707,
"re": 0.0
}
],
[
{
"im": 0.0,
"re": 1.8173540210239707
},
{
"im": 0.0,
"re": 0.5502505227003375
}
]
],
"subcategory": "polynomial",
"sympy_result": "[{x: -sqrt(-3/2 + sqrt(13)/2)*(3/2 + sqrt(13)/2), y: -sqrt(-3/2 + sqrt(13)/2)}, {x: sqrt(-3/2 + sqrt(13)/2)*(3/2 + sqrt(13)/2), y: sqrt(-3/2 + sqrt(13)/2)}, {x: -I*(3/2 - sqrt(13)/2)*sqrt(3/2 + sqrt(13)/2), y: -I*sqrt(3/2 + sqrt(13)/2)}, {x: I*(3/2 - sqrt(13)/2)*sqrt(3/2 + sqrt(13)/2), y: I*sqrt(3/2 + sqrt(13)/2)}]",
"variables": [
"x",
"y"
]
},
{
"category": "nonlinear_system",
"equations": [
"x**3 - y",
"x - y + 6"
],
"id": 445,
"key": "x**3 - y ; x - y + 6",
"solutions": [
[
{
"im": -1.4142135623730951,
"re": -1.0
},
{
"im": -1.4142135623730951,
"re": 5.0
}
],
[
{
"im": 1.4142135623730951,
"re": -1.0
},
{
"im": 1.4142135623730951,
"re": 5.0
}
],
[
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 8.0
}
]
],
"subcategory": "polynomial",
"sympy_result": "[{x: 2, y: 8}, {x: -1 - sqrt(2)*I, y: 5 - sqrt(2)*I}, {x: -1 + sqrt(2)*I, y: 5 + sqrt(2)*I}]",
"variables": [
"x",
"y"
]
},
{
"category": "nonlinear_system",
"equations": [
"x**2 + y**2 - 4",
"x**2 - y - 2"
],
"id": 446,
"key": "x**2 + y**2 - 4 ; x**2 - y - 2",
"solutions": [
[
{
"im": 0.0,
"re": -1.7320508075688772
},
{
"im": 0.0,
"re": 1.0
}
],
[
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": -2.0
}
],
[
{
"im": 0.0,
"re": 1.7320508075688772
},
{
"im": 0.0,
"re": 1.0
}
]
],
"subcategory": "polynomial",
"sympy_result": "[{x: 0, y: -2}, {x: -sqrt(3), y: 1}, {x: sqrt(3), y: 1}]",
"variables": [
"x",
"y"
]
},
{
"category": "nroots",
"id": 447,
"input": "x**2 + 1",
"key": "x**2 + 1",
"roots": [
{
"im": -1.0,
"re": 0.0
},
{
"im": 1.0,
"re": 0.0
}
],
"subcategory": "complex",
"variable": "x"
},
{
"category": "nroots",
"id": 448,
"input": "x**5 - x - 1",
"key": "x**5 - x - 1",
"roots": [
{
"im": -0.35247154603172626,
"re": -0.7648844336005848
},
{
"im": 0.35247154603172626,
"re": -0.7648844336005848
},
{
"im": -1.0839541013177107,
"re": 0.18123244446987538
},
{
"im": 1.0839541013177107,
"re": 0.18123244446987538
},
{
"im": 0.0,
"re": 1.1673039782614187
}
],
"subcategory": "complex",
"variable": "x"
},
{
"category": "nroots",
"id": 449,
"input": "x**3 - 2*x - 5",
"key": "x**3 - 2*x - 5",
"roots": [
{
"im": -1.1359398890889283,
"re": -1.0472757407711633
},
{
"im": 1.1359398890889283,
"re": -1.0472757407711633
},
{
"im": 0.0,
"re": 2.0945514815423265
}
],
"subcategory": "complex",
"variable": "x"
},
{
"category": "nroots",
"id": 450,
"input": "x**4 - 10*x**2 + 1",
"key": "x**4 - 10*x**2 + 1",
"roots": [
{
"im": 0.0,
"re": -3.1462643699419726
},
{
"im": 0.0,
"re": -0.31783724519578227
},
{
"im": 0.0,
"re": 0.31783724519578227
},
{
"im": 0.0,
"re": 3.1462643699419726
}
],
"subcategory": "complex",
"variable": "x"
},
{
"category": "nroots",
"id": 451,
"input": "x**6 + x**3 + 1",
"key": "x**6 + x**3 + 1",
"roots": [
{
"im": -0.3420201433256687,
"re": -0.9396926207859084
},
{
"im": 0.3420201433256687,
"re": -0.9396926207859084
},
{
"im": -0.984807753012208,
"re": 0.17364817766693036
},
{
"im": 0.984807753012208,
"re": 0.17364817766693036
},
{
"im": -0.6427876096865394,
"re": 0.766044443118978
},
{
"im": 0.6427876096865394,
"re": 0.766044443118978
}
],
"subcategory": "complex",
"variable": "x"
},
{
"category": "nroots",
"id": 452,
"input": "x**3 + x**2 - 2*x - 1",
"key": "x**3 + x**2 - 2*x - 1",
"roots": [
{
"im": 0.0,
"re": -1.8019377358048383
},
{
"im": 0.0,
"re": -0.4450418679126288
},
{
"im": 0.0,
"re": 1.246979603717467
}
],
"subcategory": "complex",
"variable": "x"
},
{
"category": "nroots",
"id": 453,
"input": "2*x**4 - 3*x**3 + x - 7",
"key": "2*x**4 - 3*x**3 + x - 7",
"roots": [
{
"im": 0.0,
"re": -1.153856685357555
},
{
"im": -1.2092464137294787,
"re": 0.38536666109226464
},
{
"im": 1.2092464137294787,
"re": 0.38536666109226464
},
{
"im": 0.0,
"re": 1.8831233631730258
}
],
"subcategory": "complex",
"variable": "x"
},
{
"category": "nroots",
"id": 454,
"input": "x**7 - 7*x + 3",
"key": "x**7 - 7*x + 3",
"roots": [
{
"im": 0.0,
"re": -1.4443022027143748
},
{
"im": -1.2061282593881204,
"re": -0.7556610338813547
},
{
"im": 1.2061282593881204,
"re": -0.7556610338813547
},
{
"im": 0.0,
"re": 0.42895317162492624
},
{
"im": -1.2115803399237914,
"re": 0.6166631226425263
},
{
"im": 1.2115803399237914,
"re": 0.6166631226425263
},
{
"im": 0.0,
"re": 1.2933448535671053
}
],
"subcategory": "complex",
"variable": "x"
},
{
"category": "nroots",
"id": 455,
"input": "x**4 + 4",
"key": "x**4 + 4",
"roots": [
{
"im": -1.0,
"re": -1.0
},
{
"im": 1.0,
"re": -1.0
},
{
"im": -1.0,
"re": 1.0
},
{
"im": 1.0,
"re": 1.0
}
],
"subcategory": "complex",
"variable": "x"
},
{
"category": "nroots",
"id": 456,
"input": "x**2 - 2*x + 1",
"key": "x**2 - 2*x + 1",
"roots": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 1.0
}
],
"subcategory": "complex",
"variable": "x"
},
{
"category": "nroots",
"id": 457,
"input": "x**5 - 3*x**4 + 2*x**3 - 6*x**2 + x - 3",
"key": "(x**2 + 1)**2*(x - 3)",
"roots": [
{
"im": -1.0,
"re": 0.0
},
{
"im": -1.0,
"re": 0.0
},
{
"im": 1.0,
"re": 0.0
},
{
"im": 1.0,
"re": 0.0
},
{
"im": 0.0,
"re": 3.0
}
],
"subcategory": "complex",
"variable": "x"
},
{
"category": "nroots",
"id": 458,
"input": "x**8 - 1",
"key": "x**8 - 1",
"roots": [
{
"im": 0.0,
"re": -1.0
},
{
"im": -0.7071067811865476,
"re": -0.7071067811865476
},
{
"im": 0.7071067811865476,
"re": -0.7071067811865476
},
{
"im": -1.0,
"re": 0.0
},
{
"im": 1.0,
"re": 0.0
},
{
"im": -0.7071067811865476,
"re": 0.7071067811865476
},
{
"im": 0.7071067811865476,
"re": 0.7071067811865476
},
{
"im": 0.0,
"re": 1.0
}
],
"subcategory": "complex",
"variable": "x"
},
{
"category": "ntheory",
"id": 459,
"input": "0",
"key": "0",
"subcategory": "bell",
"value": "1"
},
{
"category": "ntheory",
"id": 460,
"input": "1",
"key": "1",
"subcategory": "bell",
"value": "1"
},
{
"category": "ntheory",
"id": 461,
"input": "2",
"key": "2",
"subcategory": "bell",
"value": "2"
},
{
"category": "ntheory",
"id": 462,
"input": "5",
"key": "5",
"subcategory": "bell",
"value": "52"
},
{
"category": "ntheory",
"id": 463,
"input": "10",
"key": "10",
"subcategory": "bell",
"value": "115975"
},
{
"category": "ntheory",
"id": 464,
"input": "15",
"key": "15",
"subcategory": "bell",
"value": "1382958545"
},
{
"category": "ntheory",
"id": 465,
"input": "20",
"key": "20",
"subcategory": "bell",
"value": "51724158235372"
},
{
"category": "ntheory",
"id": 466,
"input": "30",
"key": "30",
"subcategory": "bell",
"value": "846749014511809332450147"
},
{
"category": "ntheory",
"id": 467,
"input": "0",
"key": "0",
"subcategory": "bernoulli",
"value": "1"
},
{
"category": "ntheory",
"convention_note": "B1 sign is convention-dependent; either sign accepted",
"id": 468,
"input": "1",
"key": "1",
"subcategory": "bernoulli",
"value": "1/2"
},
{
"category": "ntheory",
"id": 469,
"input": "2",
"key": "2",
"subcategory": "bernoulli",
"value": "1/6"
},
{
"category": "ntheory",
"id": 470,
"input": "4",
"key": "4",
"subcategory": "bernoulli",
"value": "-1/30"
},
{
"category": "ntheory",
"id": 471,
"input": "6",
"key": "6",
"subcategory": "bernoulli",
"value": "1/42"
},
{
"category": "ntheory",
"id": 472,
"input": "8",
"key": "8",
"subcategory": "bernoulli",
"value": "-1/30"
},
{
"category": "ntheory",
"id": 473,
"input": "10",
"key": "10",
"subcategory": "bernoulli",
"value": "5/66"
},
{
"category": "ntheory",
"id": 474,
"input": "12",
"key": "12",
"subcategory": "bernoulli",
"value": "-691/2730"
},
{
"category": "ntheory",
"id": 475,
"input": "20",
"key": "20",
"subcategory": "bernoulli",
"value": "-174611/330"
},
{
"category": "ntheory",
"id": 476,
"input": "30",
"key": "30",
"subcategory": "bernoulli",
"value": "8615841276005/14322"
},
{
"category": "ntheory",
"id": 477,
"input": "50",
"key": "50",
"subcategory": "bernoulli",
"value": "495057205241079648212477525/66"
},
{
"category": "ntheory",
"id": 478,
"input": "60",
"key": "60",
"subcategory": "bernoulli",
"value": "-1215233140483755572040304994079820246041491/56786730"
},
{
"category": "ntheory",
"id": 479,
"input": "0",
"key": "0",
"subcategory": "catalan",
"value": "1"
},
{
"category": "ntheory",
"id": 480,
"input": "1",
"key": "1",
"subcategory": "catalan",
"value": "1"
},
{
"category": "ntheory",
"id": 481,
"input": "2",
"key": "2",
"subcategory": "catalan",
"value": "2"
},
{
"category": "ntheory",
"id": 482,
"input": "5",
"key": "5",
"subcategory": "catalan",
"value": "42"
},
{
"category": "ntheory",
"id": 483,
"input": "10",
"key": "10",
"subcategory": "catalan",
"value": "16796"
},
{
"category": "ntheory",
"id": 484,
"input": "20",
"key": "20",
"subcategory": "catalan",
"value": "6564120420"
},
{
"category": "ntheory",
"id": 485,
"input": "30",
"key": "30",
"subcategory": "catalan",
"value": "3814986502092304"
},
{
"category": "ntheory",
"id": 486,
"input": "50",
"key": "50",
"subcategory": "catalan",
"value": "1978261657756160653623774456"
},
{
"category": "ntheory",
"denominator": "93",
"id": 487,
"key": "415/93",
"numerator": "415",
"subcategory": "continued_fraction",
"value_list": [
4,
2,
6,
7
]
},
{
"category": "ntheory",
"denominator": "113",
"id": 488,
"key": "355/113",
"numerator": "355",
"subcategory": "continued_fraction",
"value_list": [
3,
7,
16
]
},
{
"category": "ntheory",
"denominator": "3",
"id": 489,
"key": "1/3",
"numerator": "1",
"subcategory": "continued_fraction",
"value_list": [
0,
3
]
},
{
"category": "ntheory",
"denominator": "1",
"id": 490,
"key": "7/1",
"numerator": "7",
"subcategory": "continued_fraction",
"value_list": [
7
]
},
{
"category": "ntheory",
"denominator": "5",
"id": 491,
"key": "-17/5",
"numerator": "-17",
"subcategory": "continued_fraction",
"value_list": [
-4,
1,
1,
2
]
},
{
"category": "ntheory",
"denominator": "33102",
"id": 492,
"key": "103993/33102",
"numerator": "103993",
"subcategory": "continued_fraction",
"value_list": [
3,
7,
15,
1,
292
]
},
{
"category": "ntheory",
"denominator": "89",
"id": 493,
"key": "1234567/89",
"numerator": "1234567",
"subcategory": "continued_fraction",
"value_list": [
13871,
1,
1,
5,
1,
6
]
},
{
"category": "ntheory",
"denominator": "1",
"id": 494,
"key": "0/1",
"numerator": "0",
"subcategory": "continued_fraction",
"value_list": [
0
]
},
{
"category": "ntheory",
"denominator": "8",
"id": 495,
"key": "13/8",
"numerator": "13",
"subcategory": "continued_fraction",
"value_list": [
1,
1,
1,
1,
2
]
},
{
"category": "ntheory",
"denominator": "4",
"id": 496,
"key": "6/4",
"numerator": "6",
"subcategory": "continued_fraction",
"value_list": [
1,
2
]
},
{
"base": "3",
"category": "ntheory",
"id": 497,
"key": "3^x = 13 mod 17",
"modulus": "17",
"solvable": true,
"subcategory": "discrete_log",
"target": "13",
"value": "4"
},
{
"base": "2",
"category": "ntheory",
"id": 498,
"key": "2^x = 5 mod 11",
"modulus": "11",
"solvable": true,
"subcategory": "discrete_log",
"target": "5",
"value": "4"
},
{
"base": "5",
"category": "ntheory",
"id": 499,
"key": "5^x = 8 mod 23",
"modulus": "23",
"solvable": true,
"subcategory": "discrete_log",
"target": "8",
"value": "6"
},
{
"base": "7",
"category": "ntheory",
"id": 500,
"key": "7^x = 1 mod 13",
"modulus": "13",
"solvable": true,
"subcategory": "discrete_log",
"target": "1",
"value": "0"
},
{
"base": "2",
"category": "ntheory",
"id": 501,
"key": "2^x = 3 mod 7",
"modulus": "7",
"solvable": false,
"subcategory": "discrete_log",
"target": "3",
"value": null
},
{
"base": "3",
"category": "ntheory",
"id": 502,
"key": "3^x = 4 mod 7",
"modulus": "7",
"solvable": true,
"subcategory": "discrete_log",
"target": "4",
"value": "4"
},
{
"base": "2",
"category": "ntheory",
"id": 503,
"key": "2^x = 64 mod 1000003",
"modulus": "1000003",
"solvable": true,
"subcategory": "discrete_log",
"target": "64",
"value": "6"
},
{
"base": "5",
"category": "ntheory",
"id": 504,
"key": "5^x = 12345 mod 1000003",
"modulus": "1000003",
"solvable": true,
"subcategory": "discrete_log",
"target": "12345",
"value": "451222"
},
{
"base": "3",
"category": "ntheory",
"id": 505,
"key": "3^x = 3 mod 101",
"modulus": "101",
"solvable": true,
"subcategory": "discrete_log",
"target": "3",
"value": "1"
},
{
"base": "10",
"category": "ntheory",
"id": 506,
"key": "10^x = 7 mod 19",
"modulus": "19",
"solvable": true,
"subcategory": "discrete_log",
"target": "7",
"value": "12"
},
{
"base": "2",
"category": "ntheory",
"id": 507,
"key": "2^x = 65521 mod 65537",
"modulus": "65537",
"solvable": true,
"subcategory": "discrete_log",
"target": "65521",
"value": "20"
},
{
"category": "ntheory",
"id": 508,
"input": "12",
"k": 0,
"key": "sigma_0(12)",
"subcategory": "divisor_sigma",
"value": "6"
},
{
"category": "ntheory",
"id": 509,
"input": "12",
"k": 1,
"key": "sigma_1(12)",
"subcategory": "divisor_sigma",
"value": "28"
},
{
"category": "ntheory",
"id": 510,
"input": "12",
"k": 2,
"key": "sigma_2(12)",
"subcategory": "divisor_sigma",
"value": "210"
},
{
"category": "ntheory",
"id": 511,
"input": "100",
"k": 1,
"key": "sigma_1(100)",
"subcategory": "divisor_sigma",
"value": "217"
},
{
"category": "ntheory",
"id": 512,
"input": "100",
"k": 3,
"key": "sigma_3(100)",
"subcategory": "divisor_sigma",
"value": "1149823"
},
{
"category": "ntheory",
"id": 513,
"input": "1",
"k": 1,
"key": "sigma_1(1)",
"subcategory": "divisor_sigma",
"value": "1"
},
{
"category": "ntheory",
"id": 514,
"input": "7",
"k": 2,
"key": "sigma_2(7)",
"subcategory": "divisor_sigma",
"value": "50"
},
{
"category": "ntheory",
"id": 515,
"input": "360",
"k": 0,
"key": "sigma_0(360)",
"subcategory": "divisor_sigma",
"value": "24"
},
{
"category": "ntheory",
"id": 516,
"input": "360",
"k": 1,
"key": "sigma_1(360)",
"subcategory": "divisor_sigma",
"value": "1170"
},
{
"category": "ntheory",
"id": 517,
"input": "999983",
"k": 1,
"key": "sigma_1(999983)",
"subcategory": "divisor_sigma",
"value": "999984"
},
{
"category": "ntheory",
"factors": [
[
"2",
3
],
[
"3",
2
],
[
"5",
1
]
],
"id": 518,
"input": "360",
"key": "360",
"subcategory": "factorint"
},
{
"category": "ntheory",
"factors": [
[
"7",
1
],
[
"11",
1
],
[
"13",
1
]
],
"id": 519,
"input": "1001",
"key": "1001",
"subcategory": "factorint"
},
{
"category": "ntheory",
"factors": [
[
"3",
1
],
[
"5",
2
],
[
"11",
1
],
[
"31",
1
],
[
"41",
1
]
],
"id": 520,
"input": "1048575",
"key": "1048575",
"subcategory": "factorint"
},
{
"category": "ntheory",
"factors": [
[
"3",
15
],
[
"5",
4
]
],
"id": 521,
"input": "8968066875",
"key": "8968066875",
"subcategory": "factorint"
},
{
"category": "ntheory",
"factors": [
[
"999999999989",
1
]
],
"id": 522,
"input": "999999999989",
"key": "999999999989",
"subcategory": "factorint"
},
{
"category": "ntheory",
"factors": [
[
"71",
1
],
[
"839",
1
],
[
"1471",
1
],
[
"6857",
1
]
],
"id": 523,
"input": "600851475143",
"key": "600851475143",
"subcategory": "factorint"
},
{
"category": "ntheory",
"factors": [
[
"1099511627791",
1
]
],
"id": 524,
"input": "1099511627791",
"key": "1099511627791",
"subcategory": "factorint"
},
{
"category": "ntheory",
"factors": [
[
"790547",
1
],
[
"864151",
1
]
],
"id": 525,
"input": "683151980597",
"key": "683151980597",
"subcategory": "factorint"
},
{
"category": "ntheory",
"factors": [
[
"846427",
1
],
[
"941119",
1
]
],
"id": 526,
"input": "796588531813",
"key": "796588531813",
"subcategory": "factorint"
},
{
"category": "ntheory",
"factors": [
[
"852557",
1
],
[
"944777",
1
]
],
"id": 527,
"input": "805476244789",
"key": "805476244789",
"subcategory": "factorint"
},
{
"category": "ntheory",
"factors": [
[
"1000000007",
1
],
[
"1000000009",
1
]
],
"id": 528,
"input": "1000000016000000063",
"key": "1000000016000000063",
"subcategory": "factorint"
},
{
"category": "ntheory",
"factors": [
[
"2305843009213693951",
1
]
],
"id": 529,
"input": "2305843009213693951",
"key": "2305843009213693951",
"subcategory": "factorint"
},
{
"category": "ntheory",
"factors": [
[
"274177",
1
],
[
"67280421310721",
1
]
],
"id": 530,
"input": "18446744073709551617",
"key": "18446744073709551617",
"subcategory": "factorint"
},
{
"category": "ntheory",
"factors": [
[
"3",
4
],
[
"37",
2
],
[
"333667",
2
]
],
"id": 531,
"input": "12345678987654321",
"key": "12345678987654321",
"subcategory": "factorint"
},
{
"category": "ntheory",
"id": 532,
"input": "0",
"key": "0",
"subcategory": "fibonacci",
"value": "0"
},
{
"category": "ntheory",
"id": 533,
"input": "1",
"key": "1",
"subcategory": "fibonacci",
"value": "1"
},
{
"category": "ntheory",
"id": 534,
"input": "2",
"key": "2",
"subcategory": "fibonacci",
"value": "1"
},
{
"category": "ntheory",
"id": 535,
"input": "10",
"key": "10",
"subcategory": "fibonacci",
"value": "55"
},
{
"category": "ntheory",
"id": 536,
"input": "50",
"key": "50",
"subcategory": "fibonacci",
"value": "12586269025"
},
{
"category": "ntheory",
"id": 537,
"input": "100",
"key": "100",
"subcategory": "fibonacci",
"value": "354224848179261915075"
},
{
"category": "ntheory",
"id": 538,
"input": "200",
"key": "200",
"subcategory": "fibonacci",
"value": "280571172992510140037611932413038677189525"
},
{
"category": "ntheory",
"id": 539,
"input": "300",
"key": "300",
"subcategory": "fibonacci",
"value": "222232244629420445529739893461909967206666939096499764990979600"
},
{
"category": "ntheory",
"id": 540,
"input": "-7",
"key": "-7",
"subcategory": "fibonacci",
"value": "13"
},
{
"category": "ntheory",
"id": 541,
"input": "-8",
"key": "-8",
"subcategory": "fibonacci",
"value": "-21"
},
{
"category": "ntheory",
"id": 542,
"input": "2",
"key": "2",
"subcategory": "isprime",
"value_bool": true
},
{
"category": "ntheory",
"id": 543,
"input": "3",
"key": "3",
"subcategory": "isprime",
"value_bool": true
},
{
"category": "ntheory",
"id": 544,
"input": "4",
"key": "4",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 545,
"input": "97",
"key": "97",
"subcategory": "isprime",
"value_bool": true
},
{
"category": "ntheory",
"id": 546,
"input": "7919",
"key": "7919",
"subcategory": "isprime",
"value_bool": true
},
{
"category": "ntheory",
"id": 547,
"input": "1000003",
"key": "1000003",
"subcategory": "isprime",
"value_bool": true
},
{
"category": "ntheory",
"id": 548,
"input": "2147483647",
"key": "2147483647",
"subcategory": "isprime",
"value_bool": true
},
{
"category": "ntheory",
"id": 549,
"input": "2305843009213693951",
"key": "2305843009213693951",
"subcategory": "isprime",
"value_bool": true
},
{
"category": "ntheory",
"id": 550,
"input": "618970019642690137449562111",
"key": "618970019642690137449562111",
"subcategory": "isprime",
"value_bool": true
},
{
"category": "ntheory",
"id": 551,
"input": "170141183460469231731687303715884105727",
"key": "170141183460469231731687303715884105727",
"subcategory": "isprime",
"value_bool": true
},
{
"category": "ntheory",
"id": 552,
"input": "147573952589676412927",
"key": "147573952589676412927",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 553,
"input": "1000000000000000009",
"key": "1000000000000000009",
"subcategory": "isprime",
"value_bool": true
},
{
"category": "ntheory",
"id": 554,
"input": "1000000000000000003",
"key": "1000000000000000003",
"subcategory": "isprime",
"value_bool": true
},
{
"category": "ntheory",
"id": 555,
"input": "999999999989",
"key": "999999999989",
"subcategory": "isprime",
"value_bool": true
},
{
"category": "ntheory",
"id": 556,
"input": "999999999999",
"key": "999999999999",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 557,
"input": "4294967297",
"key": "4294967297",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 558,
"input": "18446744073709551557",
"key": "18446744073709551557",
"subcategory": "isprime",
"value_bool": true
},
{
"category": "ntheory",
"id": 559,
"input": "510423550381407695195061911147652317183",
"key": "510423550381407695195061911147652317183",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 560,
"input": "561",
"key": "561",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 561,
"input": "1105",
"key": "1105",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 562,
"input": "1729",
"key": "1729",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 563,
"input": "2465",
"key": "2465",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 564,
"input": "2821",
"key": "2821",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 565,
"input": "6601",
"key": "6601",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 566,
"input": "8911",
"key": "8911",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 567,
"input": "41041",
"key": "41041",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 568,
"input": "62745",
"key": "62745",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 569,
"input": "63973",
"key": "63973",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 570,
"input": "101101",
"key": "101101",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 571,
"input": "252601",
"key": "252601",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 572,
"input": "410041",
"key": "410041",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 573,
"input": "1024651",
"key": "1024651",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 574,
"input": "4335241",
"key": "4335241",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 575,
"input": "9890881",
"key": "9890881",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 576,
"input": "2047",
"key": "2047",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 577,
"input": "3277",
"key": "3277",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 578,
"input": "4033",
"key": "4033",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 579,
"input": "4681",
"key": "4681",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 580,
"input": "8321",
"key": "8321",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 581,
"input": "15841",
"key": "15841",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 582,
"input": "29341",
"key": "29341",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 583,
"input": "42799",
"key": "42799",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 584,
"input": "49141",
"key": "49141",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 585,
"input": "52633",
"key": "52633",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 586,
"input": "65281",
"key": "65281",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 587,
"input": "74665",
"key": "74665",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 588,
"input": "80581",
"key": "80581",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 589,
"input": "85489",
"key": "85489",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 590,
"input": "88357",
"key": "88357",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 591,
"input": "90751",
"key": "90751",
"subcategory": "isprime",
"value_bool": false
},
{
"category": "ntheory",
"id": 592,
"input": "3215031751",
"key": "3215031751",
"subcategory": "isprime",
"value_bool": false
},
{
"a": "1001",
"category": "ntheory",
"id": 593,
"key": "(1001/9907)",
"n": "9907",
"subcategory": "jacobi_symbol",
"value_int": -1
},
{
"a": "19",
"category": "ntheory",
"id": 594,
"key": "(19/45)",
"n": "45",
"subcategory": "jacobi_symbol",
"value_int": 1
},
{
"a": "8",
"category": "ntheory",
"id": 595,
"key": "(8/21)",
"n": "21",
"subcategory": "jacobi_symbol",
"value_int": -1
},
{
"a": "5",
"category": "ntheory",
"id": 596,
"key": "(5/21)",
"n": "21",
"subcategory": "jacobi_symbol",
"value_int": 1
},
{
"a": "2",
"category": "ntheory",
"id": 597,
"key": "(2/15)",
"n": "15",
"subcategory": "jacobi_symbol",
"value_int": 1
},
{
"a": "30",
"category": "ntheory",
"id": 598,
"key": "(30/59)",
"n": "59",
"subcategory": "jacobi_symbol",
"value_int": -1
},
{
"a": "7",
"category": "ntheory",
"id": 599,
"key": "(7/143)",
"n": "143",
"subcategory": "jacobi_symbol",
"value_int": 1
},
{
"a": "1",
"category": "ntheory",
"id": 600,
"key": "(1/1)",
"n": "1",
"subcategory": "jacobi_symbol",
"value_int": 1
},
{
"a": "0",
"category": "ntheory",
"id": 601,
"key": "(0/3)",
"n": "3",
"subcategory": "jacobi_symbol",
"value_int": 0
},
{
"a": "-1",
"category": "ntheory",
"id": 602,
"key": "(-1/7)",
"n": "7",
"subcategory": "jacobi_symbol",
"value_int": -1
},
{
"a": "-1",
"category": "ntheory",
"id": 603,
"key": "(-1/5)",
"n": "5",
"subcategory": "jacobi_symbol",
"value_int": 1
},
{
"a": "12345",
"category": "ntheory",
"id": 604,
"key": "(12345/331)",
"n": "331",
"subcategory": "jacobi_symbol",
"value_int": -1
},
{
"a": "2",
"category": "ntheory",
"id": 605,
"key": "(2/2305843009213693951)",
"n": "2305843009213693951",
"subcategory": "jacobi_symbol",
"value_int": 1
},
{
"a": "3",
"category": "ntheory",
"id": 606,
"key": "(3/1000000007)",
"n": "1000000007",
"subcategory": "jacobi_symbol",
"value_int": 1
},
{
"a": "11",
"category": "ntheory",
"id": 607,
"key": "(11/35)",
"n": "35",
"subcategory": "jacobi_symbol",
"value_int": 1
},
{
"category": "ntheory",
"id": 608,
"input": "0",
"key": "0",
"subcategory": "lucas",
"value": "2"
},
{
"category": "ntheory",
"id": 609,
"input": "1",
"key": "1",
"subcategory": "lucas",
"value": "1"
},
{
"category": "ntheory",
"id": 610,
"input": "2",
"key": "2",
"subcategory": "lucas",
"value": "3"
},
{
"category": "ntheory",
"id": 611,
"input": "10",
"key": "10",
"subcategory": "lucas",
"value": "123"
},
{
"category": "ntheory",
"id": 612,
"input": "50",
"key": "50",
"subcategory": "lucas",
"value": "28143753123"
},
{
"category": "ntheory",
"id": 613,
"input": "100",
"key": "100",
"subcategory": "lucas",
"value": "792070839848372253127"
},
{
"category": "ntheory",
"id": 614,
"input": "200",
"key": "200",
"subcategory": "lucas",
"value": "627376215338105766356982006981782561278127"
},
{
"category": "ntheory",
"id": 615,
"input": "-5",
"key": "-5",
"subcategory": "lucas",
"value": "-11"
},
{
"category": "ntheory",
"id": 616,
"input": "-6",
"key": "-6",
"subcategory": "lucas",
"value": "18"
},
{
"category": "ntheory",
"id": 617,
"input": "1",
"key": "1",
"subcategory": "mobius",
"value": "1"
},
{
"category": "ntheory",
"id": 618,
"input": "2",
"key": "2",
"subcategory": "mobius",
"value": "-1"
},
{
"category": "ntheory",
"id": 619,
"input": "4",
"key": "4",
"subcategory": "mobius",
"value": "0"
},
{
"category": "ntheory",
"id": 620,
"input": "6",
"key": "6",
"subcategory": "mobius",
"value": "1"
},
{
"category": "ntheory",
"id": 621,
"input": "30",
"key": "30",
"subcategory": "mobius",
"value": "-1"
},
{
"category": "ntheory",
"id": 622,
"input": "210",
"key": "210",
"subcategory": "mobius",
"value": "1"
},
{
"category": "ntheory",
"id": 623,
"input": "2310",
"key": "2310",
"subcategory": "mobius",
"value": "-1"
},
{
"category": "ntheory",
"id": 624,
"input": "12",
"key": "12",
"subcategory": "mobius",
"value": "0"
},
{
"category": "ntheory",
"id": 625,
"input": "49",
"key": "49",
"subcategory": "mobius",
"value": "0"
},
{
"category": "ntheory",
"id": 626,
"input": "1001",
"key": "1001",
"subcategory": "mobius",
"value": "-1"
},
{
"category": "ntheory",
"id": 627,
"input": "999999",
"key": "999999",
"subcategory": "mobius",
"value": "0"
},
{
"category": "ntheory",
"id": 628,
"input": "1024",
"key": "1024",
"subcategory": "mobius",
"value": "0"
},
{
"category": "ntheory",
"id": 629,
"input": "0",
"key": "0",
"subcategory": "partition",
"value": "1"
},
{
"category": "ntheory",
"id": 630,
"input": "1",
"key": "1",
"subcategory": "partition",
"value": "1"
},
{
"category": "ntheory",
"id": 631,
"input": "5",
"key": "5",
"subcategory": "partition",
"value": "7"
},
{
"category": "ntheory",
"id": 632,
"input": "10",
"key": "10",
"subcategory": "partition",
"value": "42"
},
{
"category": "ntheory",
"id": 633,
"input": "50",
"key": "50",
"subcategory": "partition",
"value": "204226"
},
{
"category": "ntheory",
"id": 634,
"input": "100",
"key": "100",
"subcategory": "partition",
"value": "190569292"
},
{
"category": "ntheory",
"id": 635,
"input": "200",
"key": "200",
"subcategory": "partition",
"value": "3972999029388"
},
{
"category": "ntheory",
"id": 636,
"input": "500",
"key": "500",
"subcategory": "partition",
"value": "2300165032574323995027"
},
{
"category": "ntheory",
"id": 637,
"input": "1000",
"key": "1000",
"subcategory": "partition",
"value": "24061467864032622473692149727991"
},
{
"category": "ntheory",
"id": 638,
"input": "1",
"key": "1",
"subcategory": "primepi",
"value": "0"
},
{
"category": "ntheory",
"id": 639,
"input": "2",
"key": "2",
"subcategory": "primepi",
"value": "1"
},
{
"category": "ntheory",
"id": 640,
"input": "10",
"key": "10",
"subcategory": "primepi",
"value": "4"
},
{
"category": "ntheory",
"id": 641,
"input": "100",
"key": "100",
"subcategory": "primepi",
"value": "25"
},
{
"category": "ntheory",
"id": 642,
"input": "1000",
"key": "1000",
"subcategory": "primepi",
"value": "168"
},
{
"category": "ntheory",
"id": 643,
"input": "10000",
"key": "10000",
"subcategory": "primepi",
"value": "1229"
},
{
"category": "ntheory",
"id": 644,
"input": "100000",
"key": "100000",
"subcategory": "primepi",
"value": "9592"
},
{
"category": "ntheory",
"id": 645,
"input": "1000000",
"key": "1000000",
"subcategory": "primepi",
"value": "78498"
},
{
"category": "ntheory",
"id": 646,
"input": "1048576",
"key": "1048576",
"subcategory": "primepi",
"value": "82025"
},
{
"category": "ntheory",
"id": 647,
"input": "5000000",
"key": "5000000",
"subcategory": "primepi",
"value": "348513"
},
{
"all_roots": [
"1"
],
"category": "ntheory",
"id": 648,
"input": "2",
"key": "2",
"subcategory": "primitive_root",
"value": "1"
},
{
"all_roots": [
"2"
],
"category": "ntheory",
"id": 649,
"input": "3",
"key": "3",
"subcategory": "primitive_root",
"value": "2"
},
{
"all_roots": [
"3"
],
"category": "ntheory",
"id": 650,
"input": "4",
"key": "4",
"subcategory": "primitive_root",
"value": "3"
},
{
"all_roots": [
"2",
"3"
],
"category": "ntheory",
"id": 651,
"input": "5",
"key": "5",
"subcategory": "primitive_root",
"value": "2"
},
{
"all_roots": [
"3",
"5"
],
"category": "ntheory",
"id": 652,
"input": "7",
"key": "7",
"subcategory": "primitive_root",
"value": "3"
},
{
"category": "ntheory",
"id": 653,
"input": "8",
"key": "8",
"subcategory": "primitive_root",
"value": null
},
{
"all_roots": [
"2",
"5"
],
"category": "ntheory",
"id": 654,
"input": "9",
"key": "9",
"subcategory": "primitive_root",
"value": "2"
},
{
"all_roots": [
"3",
"7"
],
"category": "ntheory",
"id": 655,
"input": "10",
"key": "10",
"subcategory": "primitive_root",
"value": "3"
},
{
"all_roots": [
"2",
"6",
"7",
"8"
],
"category": "ntheory",
"id": 656,
"input": "11",
"key": "11",
"subcategory": "primitive_root",
"value": "2"
},
{
"category": "ntheory",
"id": 657,
"input": "12",
"key": "12",
"subcategory": "primitive_root",
"value": null
},
{
"all_roots": [
"2",
"6",
"7",
"11"
],
"category": "ntheory",
"id": 658,
"input": "13",
"key": "13",
"subcategory": "primitive_root",
"value": "2"
},
{
"all_roots": [
"3",
"5"
],
"category": "ntheory",
"id": 659,
"input": "14",
"key": "14",
"subcategory": "primitive_root",
"value": "3"
},
{
"category": "ntheory",
"id": 660,
"input": "15",
"key": "15",
"subcategory": "primitive_root",
"value": null
},
{
"all_roots": [
"3",
"5",
"6",
"7",
"10",
"11",
"12",
"14"
],
"category": "ntheory",
"id": 661,
"input": "17",
"key": "17",
"subcategory": "primitive_root",
"value": "3"
},
{
"all_roots": [
"5",
"11"
],
"category": "ntheory",
"id": 662,
"input": "18",
"key": "18",
"subcategory": "primitive_root",
"value": "5"
},
{
"all_roots": [
"5",
"7",
"10",
"11",
"14",
"15",
"17",
"19",
"20",
"21"
],
"category": "ntheory",
"id": 663,
"input": "23",
"key": "23",
"subcategory": "primitive_root",
"value": "5"
},
{
"all_roots": [
"2",
"3",
"8",
"12",
"13",
"17",
"22",
"23"
],
"category": "ntheory",
"id": 664,
"input": "25",
"key": "25",
"subcategory": "primitive_root",
"value": "2"
},
{
"all_roots": [
"2",
"5",
"11",
"14",
"20",
"23"
],
"category": "ntheory",
"id": 665,
"input": "27",
"key": "27",
"subcategory": "primitive_root",
"value": "2"
},
{
"all_roots": [
"3",
"11",
"12",
"13",
"17",
"21",
"22",
"24"
],
"category": "ntheory",
"id": 666,
"input": "31",
"key": "31",
"subcategory": "primitive_root",
"value": "3"
},
{
"all_roots": [
"6",
"7",
"11",
"12",
"13",
"15",
"17",
"19",
"22",
"24",
"26",
"28",
"29",
"30",
"34",
"35"
],
"category": "ntheory",
"id": 667,
"input": "41",
"key": "41",
"subcategory": "primitive_root",
"value": "6"
},
{
"all_roots": [
"3",
"5",
"10",
"12",
"17",
"24",
"26",
"33",
"38",
"40",
"45",
"47"
],
"category": "ntheory",
"id": 668,
"input": "49",
"key": "49",
"subcategory": "primitive_root",
"value": "3"
},
{
"all_roots": [
"3",
"13",
"17",
"23",
"27",
"33",
"37",
"47"
],
"category": "ntheory",
"id": 669,
"input": "50",
"key": "50",
"subcategory": "primitive_root",
"value": "3"
},
{
"all_roots": [
"5",
"7",
"10",
"13",
"14",
"15",
"17",
"21",
"23",
"26",
"29",
"37",
"38",
"39",
"40",
"41",
"56",
"57",
"58",
"59",
"60",
"68",
"71",
"74",
"76",
"80",
"82",
"83",
"84",
"87",
"90",
"92"
],
"category": "ntheory",
"id": 670,
"input": "97",
"key": "97",
"subcategory": "primitive_root",
"value": "5"
},
{
"all_roots": [
"2",
"3",
"7",
"8",
"11",
"12",
"15",
"18",
"26",
"27",
"28",
"29",
"34",
"35",
"38",
"40",
"42",
"46",
"48",
"50",
"51",
"53",
"55",
"59",
"61",
"63",
"66",
"67",
"72",
"73",
"74",
"75",
"83",
"86",
"89",
"90",
"93",
"94",
"98",
"99"
],
"category": "ntheory",
"id": 671,
"input": "101",
"key": "101",
"subcategory": "primitive_root",
"value": "2"
},
{
"category": "ntheory",
"id": 672,
"input": "1009",
"key": "1009",
"subcategory": "primitive_root",
"value": "11"
},
{
"category": "ntheory",
"id": 673,
"input": "65537",
"key": "65537",
"subcategory": "primitive_root",
"value": "3"
},
{
"category": "ntheory",
"id": 674,
"input": "1000003",
"key": "1000003",
"subcategory": "primitive_root",
"value": "2"
},
{
"a": "2",
"category": "ntheory",
"id": 675,
"key": "2 mod 7",
"modulus": "7",
"roots": [
"3",
"4"
],
"subcategory": "sqrt_mod"
},
{
"a": "4",
"category": "ntheory",
"id": 676,
"key": "4 mod 7",
"modulus": "7",
"roots": [
"2",
"5"
],
"subcategory": "sqrt_mod"
},
{
"a": "3",
"category": "ntheory",
"id": 677,
"key": "3 mod 7",
"modulus": "7",
"roots": [],
"subcategory": "sqrt_mod"
},
{
"a": "10",
"category": "ntheory",
"id": 678,
"key": "10 mod 13",
"modulus": "13",
"roots": [
"6",
"7"
],
"subcategory": "sqrt_mod"
},
{
"a": "5",
"category": "ntheory",
"id": 679,
"key": "5 mod 11",
"modulus": "11",
"roots": [
"4",
"7"
],
"subcategory": "sqrt_mod"
},
{
"a": "2",
"category": "ntheory",
"id": 680,
"key": "2 mod 17",
"modulus": "17",
"roots": [
"6",
"11"
],
"subcategory": "sqrt_mod"
},
{
"a": "9",
"category": "ntheory",
"id": 681,
"key": "9 mod 101",
"modulus": "101",
"roots": [
"3",
"98"
],
"subcategory": "sqrt_mod"
},
{
"a": "1234",
"category": "ntheory",
"id": 682,
"key": "1234 mod 100003",
"modulus": "100003",
"roots": [],
"subcategory": "sqrt_mod"
},
{
"a": "7",
"category": "ntheory",
"id": 683,
"key": "7 mod 8",
"modulus": "8",
"roots": [],
"subcategory": "sqrt_mod"
},
{
"a": "4",
"category": "ntheory",
"id": 684,
"key": "4 mod 9",
"modulus": "9",
"roots": [
"2",
"7"
],
"subcategory": "sqrt_mod"
},
{
"a": "2",
"category": "ntheory",
"id": 685,
"key": "2 mod 3",
"modulus": "3",
"roots": [],
"subcategory": "sqrt_mod"
},
{
"a": "0",
"category": "ntheory",
"id": 686,
"key": "0 mod 5",
"modulus": "5",
"roots": [
"0"
],
"subcategory": "sqrt_mod"
},
{
"a": "1",
"category": "ntheory",
"id": 687,
"key": "1 mod 2",
"modulus": "2",
"roots": [
"1"
],
"subcategory": "sqrt_mod"
},
{
"a": "3",
"category": "ntheory",
"id": 688,
"key": "3 mod 25",
"modulus": "25",
"roots": [],
"subcategory": "sqrt_mod"
},
{
"a": "58",
"category": "ntheory",
"id": 689,
"key": "58 mod 101",
"modulus": "101",
"roots": [
"19",
"82"
],
"subcategory": "sqrt_mod"
},
{
"a": "7",
"category": "ntheory",
"id": 690,
"key": "7 mod 899",
"modulus": "899",
"roots": [
"52",
"238",
"661",
"847"
],
"subcategory": "sqrt_mod"
},
{
"category": "ntheory",
"id": 691,
"k": "3",
"key": "S1(10,3)",
"n": "10",
"subcategory": "stirling1",
"value": "-1172700"
},
{
"category": "ntheory",
"id": 692,
"k": "2",
"key": "S1(5,2)",
"n": "5",
"subcategory": "stirling1",
"value": "-50"
},
{
"category": "ntheory",
"id": 693,
"k": "1",
"key": "S1(8,1)",
"n": "8",
"subcategory": "stirling1",
"value": "-5040"
},
{
"category": "ntheory",
"id": 694,
"k": "8",
"key": "S1(8,8)",
"n": "8",
"subcategory": "stirling1",
"value": "1"
},
{
"category": "ntheory",
"id": 695,
"k": "6",
"key": "S1(12,6)",
"n": "12",
"subcategory": "stirling1",
"value": "13339535"
},
{
"category": "ntheory",
"id": 696,
"k": "4",
"key": "S1(15,4)",
"n": "15",
"subcategory": "stirling1",
"value": "-310989260400"
},
{
"category": "ntheory",
"id": 697,
"k": "10",
"key": "S1(20,10)",
"n": "20",
"subcategory": "stirling1",
"value": "381922055502195"
},
{
"category": "ntheory",
"id": 698,
"k": "0",
"key": "S1(6,0)",
"n": "6",
"subcategory": "stirling1",
"value": "0"
},
{
"category": "ntheory",
"id": 699,
"k": "0",
"key": "S1(0,0)",
"n": "0",
"subcategory": "stirling1",
"value": "1"
},
{
"category": "ntheory",
"id": 700,
"k": "9",
"key": "S1(7,9)",
"n": "7",
"subcategory": "stirling1",
"value": "0"
},
{
"category": "ntheory",
"id": 701,
"k": "3",
"key": "S2(10,3)",
"n": "10",
"subcategory": "stirling2",
"value": "9330"
},
{
"category": "ntheory",
"id": 702,
"k": "2",
"key": "S2(5,2)",
"n": "5",
"subcategory": "stirling2",
"value": "15"
},
{
"category": "ntheory",
"id": 703,
"k": "1",
"key": "S2(8,1)",
"n": "8",
"subcategory": "stirling2",
"value": "1"
},
{
"category": "ntheory",
"id": 704,
"k": "8",
"key": "S2(8,8)",
"n": "8",
"subcategory": "stirling2",
"value": "1"
},
{
"category": "ntheory",
"id": 705,
"k": "6",
"key": "S2(12,6)",
"n": "12",
"subcategory": "stirling2",
"value": "1323652"
},
{
"category": "ntheory",
"id": 706,
"k": "4",
"key": "S2(15,4)",
"n": "15",
"subcategory": "stirling2",
"value": "42355950"
},
{
"category": "ntheory",
"id": 707,
"k": "10",
"key": "S2(20,10)",
"n": "20",
"subcategory": "stirling2",
"value": "5917584964655"
},
{
"category": "ntheory",
"id": 708,
"k": "0",
"key": "S2(6,0)",
"n": "6",
"subcategory": "stirling2",
"value": "0"
},
{
"category": "ntheory",
"id": 709,
"k": "0",
"key": "S2(0,0)",
"n": "0",
"subcategory": "stirling2",
"value": "1"
},
{
"category": "ntheory",
"id": 710,
"k": "9",
"key": "S2(7,9)",
"n": "7",
"subcategory": "stirling2",
"value": "0"
},
{
"category": "ntheory",
"id": 711,
"input": "1",
"key": "1",
"subcategory": "totient",
"value": "1"
},
{
"category": "ntheory",
"id": 712,
"input": "2",
"key": "2",
"subcategory": "totient",
"value": "1"
},
{
"category": "ntheory",
"id": 713,
"input": "12",
"key": "12",
"subcategory": "totient",
"value": "4"
},
{
"category": "ntheory",
"id": 714,
"input": "36",
"key": "36",
"subcategory": "totient",
"value": "12"
},
{
"category": "ntheory",
"id": 715,
"input": "97",
"key": "97",
"subcategory": "totient",
"value": "96"
},
{
"category": "ntheory",
"id": 716,
"input": "1000",
"key": "1000",
"subcategory": "totient",
"value": "400"
},
{
"category": "ntheory",
"id": 717,
"input": "65536",
"key": "65536",
"subcategory": "totient",
"value": "32768"
},
{
"category": "ntheory",
"id": 718,
"input": "999999",
"key": "999999",
"subcategory": "totient",
"value": "466560"
},
{
"category": "ntheory",
"id": 719,
"input": "4294967295",
"key": "4294967295",
"subcategory": "totient",
"value": "2147483648"
},
{
"category": "ntheory",
"id": 720,
"input": "1000000007",
"key": "1000000007",
"subcategory": "totient",
"value": "1000000006"
},
{
"category": "ode_ivp",
"eval_points": [
{
"subs": {
"x": 0.5
},
"value": {
"im": 0.0,
"re": 2.2662969061336526
}
},
{
"subs": {
"x": 1.0
},
"value": {
"im": 0.0,
"re": 3.2974425414002564
}
},
{
"subs": {
"x": -0.75
},
"value": {
"im": 0.0,
"re": 2.649569517457731
}
},
{
"subs": {
"x": 2.0
},
"value": {
"im": 0.0,
"re": 14.7781121978613
}
}
],
"func": "y",
"ics": [
[
0,
"0",
"2"
]
],
"id": 721,
"key": "first_order_separable",
"ode": {
"coeffs": [
"0",
"1"
],
"kind": "linear",
"rhs": "x*y"
},
"subcategory": "linear",
"sympy_result": "2*exp(x**2/2)",
"variable": "x"
},
{
"category": "ode_ivp",
"eval_points": [
{
"subs": {
"x": 0.5
},
"value": {
"im": 0.0,
"re": 0.8451818782538245
}
},
{
"subs": {
"x": 1.0
},
"value": {
"im": 0.0,
"re": 0.600423599106272
}
},
{
"subs": {
"x": -0.75
},
"value": {
"im": 0.0,
"re": -0.24768903711271548
}
},
{
"subs": {
"x": 2.0
},
"value": {
"im": 0.0,
"re": 0.2523549275844912
}
}
],
"func": "y",
"ics": [
[
0,
"0",
"1"
],
[
1,
"0",
"0"
]
],
"id": 722,
"key": "second_order_const",
"ode": {
"coeffs": [
"2",
"3",
"1"
],
"kind": "linear",
"rhs": "0"
},
"subcategory": "linear",
"sympy_result": "(2 - exp(-x))*exp(-x)",
"variable": "x"
},
{
"category": "ode_ivp",
"eval_points": [
{
"subs": {
"x": 0.5
},
"value": {
"im": 0.0,
"re": 0.479425538604203
}
},
{
"subs": {
"x": 1.0
},
"value": {
"im": 0.0,
"re": 0.8414709848078965
}
},
{
"subs": {
"x": -0.75
},
"value": {
"im": 0.0,
"re": -0.6816387600233341
}
},
{
"subs": {
"x": 2.0
},
"value": {
"im": 0.0,
"re": 0.9092974268256817
}
}
],
"func": "y",
"ics": [
[
0,
"0",
"0"
],
[
1,
"0",
"1"
]
],
"id": 723,
"key": "harmonic",
"ode": {
"coeffs": [
"1",
"0",
"1"
],
"kind": "linear",
"rhs": "0"
},
"subcategory": "linear",
"sympy_result": "sin(x)",
"variable": "x"
},
{
"category": "ode_ivp",
"eval_points": [
{
"subs": {
"x": 0.5
},
"value": {
"im": 0.0,
"re": 0.9196986029286058
}
},
{
"subs": {
"x": 1.0
},
"value": {
"im": 0.0,
"re": 0.5413411329464508
}
},
{
"subs": {
"x": -0.75
},
"value": {
"im": 0.0,
"re": -5.602111337922581
}
},
{
"subs": {
"x": 2.0
},
"value": {
"im": 0.0,
"re": 0.12820947222113926
}
}
],
"func": "y",
"ics": [
[
0,
"0",
"1"
],
[
1,
"0",
"1"
]
],
"id": 724,
"key": "repeated_root",
"ode": {
"coeffs": [
"4",
"4",
"1"
],
"kind": "linear",
"rhs": "0"
},
"subcategory": "linear",
"sympy_result": "(3*x + 1)*exp(-2*x)",
"variable": "x"
},
{
"category": "ode_ivp",
"eval_points": [
{
"subs": {
"x": 0.5
},
"value": {
"im": 0.0,
"re": 2.4730819060501923
}
},
{
"subs": {
"x": 1.0
},
"value": {
"im": 0.0,
"re": 5.43656365691809
}
},
{
"subs": {
"x": -0.75
},
"value": {
"im": 0.0,
"re": 0.11809163818525367
}
},
{
"subs": {
"x": 2.0
},
"value": {
"im": 0.0,
"re": 22.16716829679195
}
}
],
"func": "y",
"ics": [
[
0,
"0",
"1"
]
],
"id": 725,
"key": "first_order_linear_forced",
"ode": {
"coeffs": [
"-1",
"1"
],
"kind": "linear",
"rhs": "exp(x)"
},
"subcategory": "linear",
"sympy_result": "(x + 1)*exp(x)",
"variable": "x"
},
{
"category": "ode_ivp",
"eval_points": [
{
"subs": {
"x": 0.5
},
"value": {
"im": 0.0,
"re": 0.8981570232861698
}
},
{
"subs": {
"x": 1.0
},
"value": {
"im": 0.0,
"re": 0.6988313210602433
}
},
{
"subs": {
"x": -0.75
},
"value": {
"im": 0.0,
"re": 0.663327628897155
}
},
{
"subs": {
"x": 2.0
},
"value": {
"im": 0.0,
"re": 0.6745557366271759
}
}
],
"func": "y",
"ics": [
[
0,
"0",
"1"
],
[
1,
"0",
"0"
]
],
"id": 726,
"key": "harmonic_forced",
"ode": {
"coeffs": [
"1",
"0",
"1"
],
"kind": "linear",
"rhs": "x"
},
"subcategory": "linear",
"sympy_result": "x - sin(x) + cos(x)",
"variable": "x"
},
{
"category": "ode_ivp",
"eval_points": [
{
"subs": {
"x": 0.5
},
"value": {
"im": 0.0,
"re": 3.931343147884312
}
},
{
"subs": {
"x": 1.0
},
"value": {
"im": 0.0,
"re": 8.124814981273534
}
},
{
"subs": {
"x": -0.75
},
"value": {
"im": 0.0,
"re": 4.4571301933737795
}
},
{
"subs": {
"x": 2.0
},
"value": {
"im": 0.0,
"re": 54.868820599617464
}
}
],
"func": "y",
"ics": [
[
0,
"0",
"3"
],
[
1,
"0",
"0"
]
],
"id": 727,
"key": "second_order_distinct",
"ode": {
"coeffs": [
"-2",
"-1",
"1"
],
"kind": "linear",
"rhs": "0"
},
"subcategory": "linear",
"sympy_result": "exp(2*x) + 2*exp(-x)",
"variable": "x"
},
{
"category": "ode_ivp",
"eval_points": [
{
"subs": {
"x": 0.5
},
"value": {
"im": 0.0,
"re": 0.08982959129789513
}
},
{
"subs": {
"x": 1.0
},
"value": {
"im": 0.0,
"re": 0.2555949893968532
}
},
{
"subs": {
"x": -0.75
},
"value": {
"im": 0.0,
"re": 0.47734453628351514
}
},
{
"subs": {
"x": 2.0
},
"value": {
"im": 0.0,
"re": 0.450611465817448
}
}
],
"func": "y",
"ics": [
[
0,
"0",
"0"
]
],
"id": 728,
"key": "first_order_forced_sin",
"ode": {
"coeffs": [
"2",
"1"
],
"kind": "linear",
"rhs": "sin(x)"
},
"subcategory": "linear",
"sympy_result": "2*sin(x)/5 - cos(x)/5 + exp(-2*x)/5",
"variable": "x"
},
{
"category": "ode_ivp",
"eval_points": [
{
"subs": {
"x": 0.5
},
"value": {
"im": 0.0,
"re": 0.8380878655670326
}
},
{
"subs": {
"x": 1.0
},
"value": {
"im": 0.0,
"re": 0.18141996356503595
}
},
{
"subs": {
"x": -0.75
},
"value": {
"im": 0.0,
"re": -1.9619462461061818
}
},
{
"subs": {
"x": 2.0
},
"value": {
"im": 0.0,
"re": -0.19088312462205573
}
}
],
"func": "y",
"ics": [
[
0,
"0",
"1"
],
[
1,
"0",
"1"
]
],
"id": 729,
"key": "complex_roots",
"ode": {
"coeffs": [
"5",
"2",
"1"
],
"kind": "linear",
"rhs": "0"
},
"subcategory": "linear",
"sympy_result": "(sin(2*x) + cos(2*x))*exp(-x)",
"variable": "x"
},
{
"category": "ode_ivp",
"eval_points": [
{
"subs": {
"x": 0.5
},
"value": {
"im": 0.0,
"re": 0.10653065971263342
}
},
{
"subs": {
"x": 1.0
},
"value": {
"im": 0.0,
"re": 0.36787944117144233
}
},
{
"subs": {
"x": -0.75
},
"value": {
"im": 0.0,
"re": 0.3670000166126747
}
},
{
"subs": {
"x": 2.0
},
"value": {
"im": 0.0,
"re": 1.1353352832366126
}
}
],
"func": "y",
"ics": [
[
0,
"0",
"0"
],
[
1,
"0",
"0"
]
],
"id": 730,
"key": "second_order_forced_const",
"ode": {
"coeffs": [
"0",
"1",
"1"
],
"kind": "linear",
"rhs": "1"
},
"subcategory": "linear",
"sympy_result": "x - 1 + exp(-x)",
"variable": "x"
},
{
"category": "ode_ivp",
"eval_points": [
{
"subs": {
"x": 0.5
},
"value": {
"im": 0.0,
"re": 0.6434693402873666
}
},
{
"subs": {
"x": 1.0
},
"value": {
"im": 0.0,
"re": 0.6321205588285577
}
},
{
"subs": {
"x": -0.75
},
"value": {
"im": 0.0,
"re": 1.9454999833873254
}
},
{
"subs": {
"x": 2.0
},
"value": {
"im": 0.0,
"re": 1.8646647167633874
}
}
],
"func": "y",
"ics": [
[
0,
"0",
"1"
]
],
"id": 731,
"key": "first_order_poly_forced",
"ode": {
"coeffs": [
"1",
"1"
],
"kind": "linear",
"rhs": "x**2"
},
"subcategory": "linear",
"sympy_result": "x**2 - 2*x + 2 - exp(-x)",
"variable": "x"
},
{
"category": "ode_ivp",
"eval_points": [
{
"subs": {
"x": 0.5
},
"value": {
"im": 0.0,
"re": 1.020855040105021
}
},
{
"subs": {
"x": 1.0
},
"value": {
"im": 0.0,
"re": 1.1680583133759186
}
},
{
"subs": {
"x": -0.75
},
"value": {
"im": 0.0,
"re": 0.9299344855356654
}
},
{
"subs": {
"x": 2.0
},
"value": {
"im": 0.0,
"re": 2.4236417331853644
}
}
],
"func": "y",
"ics": [
[
0,
"0",
"1"
],
[
1,
"0",
"0"
],
[
2,
"0",
"0"
]
],
"id": 732,
"key": "third_order",
"ode": {
"coeffs": [
"-1",
"0",
"0",
"1"
],
"kind": "linear",
"rhs": "0"
},
"subcategory": "linear",
"sympy_result": "exp(x)/3 + 2*exp(-x/2)*cos(sqrt(3)*x/2)/3",
"variable": "x"
},
{
"category": "poly_div",
"id": 733,
"input_f": "x**4 + 3*x**2 + 1",
"input_g": "x**2 + x + 1",
"key": "x**4 + 3*x**2 + 1 , x**2 + x + 1",
"quotient": "x**2 - x + 3",
"quotient_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 3.75
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 2.79
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 10.04
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 5.99
}
}
],
"remainder": "-2*x - 2",
"remainder_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": -5.0
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -3.4
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 2.4
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": -6.6
}
}
],
"subcategory": "univariate",
"variable": "x"
},
{
"category": "poly_div",
"id": 734,
"input_f": "x**5 - 1",
"input_g": "x - 1",
"key": "x**5 - 1 , x - 1",
"quotient": "x**4 + x**3 + x**2 + x + 1",
"quotient_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 13.1875
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 2.7731
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 16.4176
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 48.7411
}
}
],
"remainder": "0",
"remainder_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.0
}
}
],
"subcategory": "univariate",
"variable": "x"
},
{
"category": "poly_div",
"id": 735,
"input_f": "2*x**3 + x - 4",
"input_g": "x**2 - 2",
"key": "2*x**3 + x - 4 , x**2 - 2",
"quotient": "2*x",
"quotient_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 3.0
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 1.4
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -4.4
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 4.6
}
}
],
"remainder": "5*x - 4",
"remainder_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 3.5
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.5
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -15.0
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 7.5
}
}
],
"subcategory": "univariate",
"variable": "x"
},
{
"category": "poly_div",
"id": 736,
"input_f": "x**6",
"input_g": "x**2 + 1",
"key": "x**6 , x**2 + 1",
"quotient": "x**4 - x**2 + 1",
"quotient_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 3.8125
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.7501
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 19.5856
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 23.6941
}
}
],
"remainder": "-1",
"remainder_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": -1.0
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -1.0
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -1.0
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": -1.0
}
}
],
"subcategory": "univariate",
"variable": "x"
},
{
"category": "poly_div",
"id": 737,
"input_f": "3*x**4 - 2*x**3 + x",
"input_g": "2*x**2 + 1",
"key": "3*x**4 - 2*x**3 + x , 2*x**2 + 1",
"quotient": "3*x**2/2 - x - 3/4",
"quotient_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.125
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.715
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 8.71
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 4.885
}
}
],
"remainder": "2*x + 3/4",
"remainder_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 3.75
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 2.15
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -3.65
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 5.35
}
}
],
"subcategory": "univariate",
"variable": "x"
},
{
"category": "poly_div",
"id": 738,
"input_f": "x**3 + 2*x**2 + 3*x + 4",
"input_g": "x + 1",
"key": "x**3 + 2*x**2 + 3*x + 4 , x + 1",
"quotient": "x**2 + x + 2",
"quotient_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 5.75
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 3.19
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 4.64
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 9.59
}
}
],
"remainder": "2",
"remainder_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 2.0
}
}
],
"subcategory": "univariate",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 2,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.25
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.51
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 3.84
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 4.29
}
}
],
"id": 739,
"input_f": "x**4 - 1",
"input_g": "x**6 - 1",
"key": "x**4 - 1 , x**6 - 1",
"subcategory": "gcd",
"sympy_result": "x**2 - 1",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 1,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.5
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.3
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -3.2
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 1.3
}
}
],
"id": 740,
"input_f": "x**2 - 1",
"input_g": "x**2 - x",
"key": "x**2 - 1 , x**2 - x",
"subcategory": "gcd",
"sympy_result": "x - 1",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 2,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.25
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.09
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 10.24
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 1.69
}
}
],
"id": 741,
"input_f": "x**3 - 3*x**2 + 3*x - 1",
"input_g": "x**2 - 2*x + 1",
"key": "x**3 - 3*x**2 + 3*x - 1 , x**2 - 2*x + 1",
"subcategory": "gcd",
"sympy_result": "x**2 - 2*x + 1",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 2,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 7.5
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 2.38
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 5.28
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 15.18
}
}
],
"id": 742,
"input_f": "2*x**2 + 2*x",
"input_g": "4*x**3 + 4*x**2",
"key": "2*x**2 + 2*x , 4*x**3 + 4*x**2",
"subcategory": "gcd",
"sympy_result": "2*x**2 + 2*x",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 3,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.875
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.357
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -8.448
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 9.867
}
}
],
"id": 743,
"input_f": "x**5 - x",
"input_g": "x**3 - x",
"key": "x**5 - x , x**3 - x",
"subcategory": "gcd",
"sympy_result": "x**3 - x",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 1,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 2.5
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 1.7
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -1.2
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 3.3
}
}
],
"id": 744,
"input_f": "x**2 + 2*x + 1",
"input_g": "x**2 - 1",
"key": "x**2 + 2*x + 1 , x**2 - 1",
"subcategory": "gcd",
"sympy_result": "x + 1",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 2,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 3.25
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 1.49
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 5.84
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 6.29
}
}
],
"id": 745,
"input_f": "x**4 + 2*x**2 + 1",
"input_g": "x**3 + x",
"key": "x**4 + 2*x**2 + 1 , x**3 + x",
"subcategory": "gcd",
"sympy_result": "x**2 + 1",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 2,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 3.75
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -1.53
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 11.52
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 12.87
}
}
],
"id": 746,
"input_f": "6*x**3 - 6*x",
"input_g": "9*x**2 - 9",
"key": "6*x**3 - 6*x , 9*x**2 - 9",
"subcategory": "gcd",
"sympy_result": "3*x**2 - 3",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 8,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 33.76953125
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -1.31470299
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 656.29863936
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 924.85574181
}
}
],
"id": 747,
"input_f": "x**4 - 1",
"input_g": "x**6 - 1",
"key": "x**4 - 1 , x**6 - 1",
"subcategory": "lcm",
"sympy_result": "x**8 + x**6 - x**2 - 1",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 3,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.875
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.357
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -8.448
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 9.867
}
}
],
"id": 748,
"input_f": "x**2 - 1",
"input_g": "x**2 - x",
"key": "x**2 - 1 , x**2 - x",
"subcategory": "lcm",
"sympy_result": "x**3 - x",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 3,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.125
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.027
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -32.768
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 2.197
}
}
],
"id": 749,
"input_f": "x**3 - 3*x**2 + 3*x - 1",
"input_g": "x**2 - 2*x + 1",
"key": "x**3 - 3*x**2 + 3*x - 1 , x**2 - 2*x + 1",
"subcategory": "lcm",
"sympy_result": "x**3 - 3*x**2 + 3*x - 1",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 3,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 22.5
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 3.332
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -23.232
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 69.828
}
}
],
"id": 750,
"input_f": "2*x**2 + 2*x",
"input_g": "4*x**3 + 4*x**2",
"key": "2*x**2 + 2*x , 4*x**3 + 4*x**2",
"subcategory": "lcm",
"sympy_result": "4*x**3 + 4*x**2",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 5,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 6.09375
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.53193
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -49.33632
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 62.06343
}
}
],
"id": 751,
"input_f": "x**5 - x",
"input_g": "x**3 - x",
"key": "x**5 - x , x**3 - x",
"subcategory": "lcm",
"sympy_result": "x**5 - x",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 3,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 3.125
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.867
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -4.608
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 14.157
}
}
],
"id": 752,
"input_f": "x**2 + 2*x + 1",
"input_g": "x**2 - 1",
"key": "x**2 + 2*x + 1 , x**2 - 1",
"subcategory": "lcm",
"sympy_result": "x**3 + x**2 - x - 1",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 5,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 15.84375
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 1.55407
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -75.03232
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 90.99743
}
}
],
"id": 753,
"input_f": "x**4 + 2*x**2 + 1",
"input_g": "x**3 + x",
"key": "x**4 + 2*x**2 + 1 , x**3 + x",
"subcategory": "lcm",
"sympy_result": "x**5 + 2*x**3 + x",
"variable": "x"
},
{
"category": "poly_gcd_lcm",
"degree": 3,
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 33.75
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -6.426
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -152.064
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 177.606
}
}
],
"id": 754,
"input_f": "6*x**3 - 6*x",
"input_g": "9*x**2 - 9",
"key": "6*x**3 - 6*x , 9*x**2 - 9",
"subcategory": "lcm",
"sympy_result": "18*x**3 - 18*x",
"variable": "x"
},
{
"category": "product",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 6.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 24.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 120.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 720.0
}
}
],
"id": 755,
"input": "k",
"key": "k",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_result": "factorial(n)",
"upper": "n",
"variable": "k"
},
{
"category": "product",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 3.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 4.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 5.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 6.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 7.0
}
}
],
"id": 756,
"input": "1 + 1/k",
"key": "1 + 1/k",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_result": "RisingFactorial(2, n)/factorial(n)",
"upper": "n",
"variable": "k"
},
{
"category": "product",
"eval_points": [
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 0.75
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 0.6666666666666666
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 0.625
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 0.6
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 0.5833333333333334
}
},
{
"subs": {
"n": 7.0
},
"value": {
"im": 0.0,
"re": 0.5714285714285714
}
}
],
"id": 757,
"input": "1 - 1/k**2",
"key": "1 - 1/k**2",
"lower": "2",
"subcategory": "finite_symbolic",
"sympy_result": "RisingFactorial(3, n - 1)*factorial(n - 1)/RisingFactorial(2, n - 1)**2",
"upper": "n",
"variable": "k"
},
{
"category": "product",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 4.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 8.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 16.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 32.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 64.0
}
}
],
"id": 758,
"input": "2",
"key": "2",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_result": "2**n",
"upper": "n",
"variable": "k"
},
{
"category": "product",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 0.5
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 0.3333333333333333
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 0.25
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 0.2
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 0.16666666666666666
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 0.14285714285714285
}
}
],
"id": 759,
"input": "k/(k + 1)",
"key": "k/(k + 1)",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_result": "factorial(n)/RisingFactorial(2, n)",
"upper": "n",
"variable": "k"
},
{
"category": "product",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 3.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 4.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 5.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 6.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 7.0
}
}
],
"id": 760,
"input": "(k + 1)/k",
"key": "(k + 1)/k",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_result": "RisingFactorial(2, n)/factorial(n)",
"upper": "n",
"variable": "k"
},
{
"category": "product",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 8.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 48.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 384.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 3840.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 46080.0
}
}
],
"id": 761,
"input": "2*k",
"key": "2*k",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_result": "2**n*factorial(n)",
"upper": "n",
"variable": "k"
},
{
"category": "product",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 4.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 36.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 576.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 14400.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 518400.0
}
}
],
"id": 762,
"input": "k**2",
"key": "k**2",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_result": "factorial(n)**2",
"upper": "n",
"variable": "k"
},
{
"category": "product",
"id": 763,
"input": "1 - 1/k**2",
"key": "1 - 1/k**2",
"lower": "2",
"subcategory": "infinite",
"sympy_method": "numeric",
"sympy_result": "Product(1 - 1/k**2, (k, 2, oo))",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.5
},
"variable": "k"
},
{
"category": "product",
"id": 764,
"input": "1 + 1/k**2",
"key": "1 + 1/k**2",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "numeric",
"sympy_result": "Product(1 + k**(-2), (k, 1, oo))",
"upper": "oo",
"value": {
"im": 0.0,
"re": 3.676077910374978
},
"variable": "k"
},
{
"category": "product",
"id": 765,
"input": "1 - 1/(4*k**2)",
"key": "1 - 1/(4*k**2)",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "numeric",
"sympy_result": "Product(1 - 1/(4*k**2), (k, 1, oo))",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.6366197723675814
},
"variable": "k"
},
{
"category": "product",
"id": 766,
"input": "(k**2 - 1)/(k**2 + 1)",
"key": "(k**2 - 1)/(k**2 + 1)",
"lower": "2",
"subcategory": "infinite",
"sympy_method": "numeric",
"sympy_result": "Product((k**2 - 1)/(k**2 + 1), (k, 2, oo))",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.27202905498213314
},
"variable": "k"
},
{
"category": "residue",
"id": 767,
"input": "1/z",
"key": "1/z @ 0",
"point": "0",
"subcategory": "finite",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "z"
},
{
"category": "residue",
"id": 768,
"input": "exp(z)/z**2",
"key": "exp(z)/z**2 @ 0",
"point": "0",
"subcategory": "finite",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "z"
},
{
"category": "residue",
"id": 769,
"input": "exp(z)/(z**2 + 1)",
"key": "exp(z)/(z**2 + 1) @ I",
"point": "I",
"subcategory": "finite",
"sympy_result": "-I*exp(I)/2",
"value": {
"im": -0.2701511529340699,
"re": 0.42073549240394825
},
"variable": "z"
},
{
"category": "residue",
"id": 770,
"input": "1/(z**2 + 1)**2",
"key": "1/(z**2 + 1)**2 @ I",
"point": "I",
"subcategory": "finite",
"sympy_result": "-I/4",
"value": {
"im": -0.25,
"re": 0.0
},
"variable": "z"
},
{
"category": "residue",
"id": 771,
"input": "cos(z)/sin(z)",
"key": "cos(z)/sin(z) @ 0",
"point": "0",
"subcategory": "finite",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "z"
},
{
"category": "residue",
"id": 772,
"input": "1/(z*sin(z))",
"key": "1/(z*sin(z)) @ 0",
"point": "0",
"subcategory": "finite",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "z"
},
{
"category": "residue",
"id": 773,
"input": "z**2*exp(1/z)",
"key": "z**2*exp(1/z) @ 0",
"point": "0",
"subcategory": "finite",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "z"
},
{
"category": "residue",
"id": 774,
"input": "1/(z**4 + 1)",
"key": "1/(z**4 + 1) @ exp(I*pi/4)",
"point": "exp(I*pi/4)",
"subcategory": "finite",
"sympy_result": "-(-1)**(1/4)/4",
"value": {
"im": -0.1767766952966369,
"re": -0.1767766952966369
},
"variable": "z"
},
{
"category": "residue",
"id": 775,
"input": "z/((z - 1)*(z - 2)**2)",
"key": "z/((z - 1)*(z - 2)**2) @ 2",
"point": "2",
"subcategory": "finite",
"sympy_result": "-1",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "z"
},
{
"category": "residue",
"id": 776,
"input": "z/((z - 1)*(z - 2)**2)",
"key": "z/((z - 1)*(z - 2)**2) @ 1",
"point": "1",
"subcategory": "finite",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "z"
},
{
"category": "residue",
"id": 777,
"input": "1/(z**3 - z)",
"key": "1/(z**3 - z) @ 1",
"point": "1",
"subcategory": "finite",
"sympy_result": "1/2",
"value": {
"im": 0.0,
"re": 0.5
},
"variable": "z"
},
{
"category": "residue",
"id": 778,
"input": "exp(2*z)/(z - 1)**3",
"key": "exp(2*z)/(z - 1)**3 @ 1",
"point": "1",
"subcategory": "finite",
"sympy_result": "2*exp(2)",
"value": {
"im": 0.0,
"re": 14.7781121978613
},
"variable": "z"
},
{
"category": "residue",
"id": 779,
"input": "1/(z**2 + 4)",
"key": "1/(z**2 + 4) @ 2*I",
"point": "2*I",
"subcategory": "finite",
"sympy_result": "-I/4",
"value": {
"im": -0.25,
"re": 0.0
},
"variable": "z"
},
{
"category": "residue",
"id": 780,
"input": "z*exp(z)/(z**2 - 2*z + 5)",
"key": "z*exp(z)/(z**2 - 2*z + 5) @ 1 + 2*I",
"point": "1 + 2*I",
"subcategory": "finite",
"sympy_result": "-I*exp(1 + 2*I)/4 + exp(1 + 2*I)/2",
"value": {
"im": 1.518664431941613,
"re": 0.05232947612279791
},
"variable": "z"
},
{
"category": "residue",
"id": 781,
"input": "1/sin(z)",
"key": "1/sin(z) @ pi",
"point": "pi",
"subcategory": "finite",
"sympy_result": "-1",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "z"
},
{
"category": "residue",
"id": 782,
"input": "1/(z**2*(z - 3))",
"key": "1/(z**2*(z - 3)) @ 0",
"point": "0",
"subcategory": "finite",
"sympy_result": "-1/9",
"value": {
"im": 0.0,
"re": -0.1111111111111111
},
"variable": "z"
},
{
"category": "residue",
"id": 783,
"input": "cot(z)/z**2",
"key": "cot(z)/z**2 @ 0",
"point": "0",
"subcategory": "finite",
"sympy_result": "-1/3",
"value": {
"im": 0.0,
"re": -0.3333333333333333
},
"variable": "z"
},
{
"category": "residue",
"id": 784,
"input": "1/(exp(z) - 1)",
"key": "1/(exp(z) - 1) @ 0",
"point": "0",
"subcategory": "finite",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "z"
},
{
"category": "residue",
"id": 785,
"input": "z**3/(z**2 + 1)",
"key": "z**3/(z**2 + 1) @ oo",
"point": "oo",
"subcategory": "infinity",
"sympy_result": "1",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "z"
},
{
"category": "residue",
"id": 786,
"input": "1/z",
"key": "1/z @ oo",
"point": "oo",
"subcategory": "infinity",
"sympy_result": "-1",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "z"
},
{
"category": "residue",
"id": 787,
"input": "(z**2 + 1)/(z**3 - z)",
"key": "(z**2 + 1)/(z**3 - z) @ oo",
"point": "oo",
"subcategory": "infinity",
"sympy_result": "-1",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "z"
},
{
"category": "residue",
"id": 788,
"input": "exp(1/z)",
"key": "exp(1/z) @ oo",
"point": "oo",
"subcategory": "infinity",
"sympy_result": "-1",
"value": {
"im": 0.0,
"re": -1.0
},
"variable": "z"
},
{
"category": "residue",
"id": 789,
"input": "1/(z - 1)**2",
"key": "1/(z - 1)**2 @ oo",
"point": "oo",
"subcategory": "infinity",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "z"
},
{
"category": "residue",
"id": 790,
"input": "z",
"key": "z @ oo",
"point": "oo",
"subcategory": "infinity",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "z"
},
{
"category": "resultant",
"id": 791,
"input_f": "x**2 - 1",
"input_g": "x - 1",
"key": "x**2 - 1 , x - 1",
"subcategory": "integer",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "resultant",
"id": 792,
"input_f": "x**2 - 1",
"input_g": "x - 3",
"key": "x**2 - 1 , x - 3",
"subcategory": "integer",
"sympy_result": "8",
"value": {
"im": 0.0,
"re": 8.0
},
"variable": "x"
},
{
"category": "resultant",
"id": 793,
"input_f": "x**2 + x + 1",
"input_g": "x**2 - x + 1",
"key": "x**2 + x + 1 , x**2 - x + 1",
"subcategory": "integer",
"sympy_result": "4",
"value": {
"im": 0.0,
"re": 4.0
},
"variable": "x"
},
{
"category": "resultant",
"id": 794,
"input_f": "x**3 - 2",
"input_g": "x**2 - 3",
"key": "x**3 - 2 , x**2 - 3",
"subcategory": "integer",
"sympy_result": "-23",
"value": {
"im": 0.0,
"re": -23.0
},
"variable": "x"
},
{
"category": "resultant",
"id": 795,
"input_f": "2*x**2 + 3*x - 5",
"input_g": "x**3 + x + 1",
"key": "2*x**2 + 3*x - 5 , x**3 + x + 1",
"subcategory": "integer",
"sympy_result": "-411",
"value": {
"im": 0.0,
"re": -411.0
},
"variable": "x"
},
{
"category": "resultant",
"id": 796,
"input_f": "x**4 + 1",
"input_g": "x**2 + 2",
"key": "x**4 + 1 , x**2 + 2",
"subcategory": "integer",
"sympy_result": "25",
"value": {
"im": 0.0,
"re": 25.0
},
"variable": "x"
},
{
"category": "resultant",
"id": 797,
"input_f": "x**2 - 2*x + 1",
"input_g": "x**2 - 1",
"key": "x**2 - 2*x + 1 , x**2 - 1",
"subcategory": "integer",
"sympy_result": "0",
"value": {
"im": 0.0,
"re": 0.0
},
"variable": "x"
},
{
"category": "resultant",
"id": 798,
"input_f": "x**5 - x - 1",
"input_g": "x**2 - 2",
"key": "x**5 - x - 1 , x**2 - 2",
"subcategory": "integer",
"sympy_result": "-17",
"value": {
"im": 0.0,
"re": -17.0
},
"variable": "x"
},
{
"category": "resultant",
"eval_points": [
{
"subs": {
"a": 1.5,
"b": -0.5
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"a": 2.0,
"b": 3.0
},
"value": {
"im": 0.0,
"re": 6.0
}
},
{
"subs": {
"a": -1.4,
"b": 0.6666666666666666
},
"value": {
"im": 0.0,
"re": 0.26666666666666666
}
}
],
"id": 799,
"input_f": "x**2 + a*x + b",
"input_g": "x - 1",
"key": "x**2 + a*x + b , x - 1",
"subcategory": "symbolic",
"sympy_result": "a + b + 1",
"variable": "x"
},
{
"category": "resultant",
"eval_points": [
{
"subs": {
"a": 1.5,
"b": -0.5
},
"value": {
"im": 0.0,
"re": 0.625
}
},
{
"subs": {
"a": 2.0,
"b": 3.0
},
"value": {
"im": 0.0,
"re": 19.0
}
},
{
"subs": {
"a": -1.4,
"b": 0.6666666666666666
},
"value": {
"im": 0.0,
"re": 5.137777777777778
}
}
],
"id": 800,
"input_f": "x**2 + a",
"input_g": "x**2 + b*x + 1",
"key": "x**2 + a , x**2 + b*x + 1",
"subcategory": "symbolic",
"sympy_result": "a**2 + a*b**2 - 2*a + 1",
"variable": "x"
},
{
"category": "resultant",
"eval_points": [
{
"subs": {
"a": 1.5,
"b": -0.5
},
"value": {
"im": 0.0,
"re": 11.78125
}
},
{
"subs": {
"a": 2.0,
"b": 3.0
},
"value": {
"im": 0.0,
"re": 51.0
}
},
{
"subs": {
"a": -1.4,
"b": 0.6666666666666666
},
"value": {
"im": 0.0,
"re": -8.713054814814814
}
}
],
"id": 801,
"input_f": "a*x**2 + b*x + 1",
"input_g": "x**3 - a",
"key": "a*x**2 + b*x + 1 , x**3 - a",
"subcategory": "symbolic",
"sympy_result": "a**5 - 3*a**2*b + a*b**3 + 1",
"variable": "x"
},
{
"category": "rsolve",
"coeffs": [
"-1",
"-1",
"1"
],
"forcing": null,
"ics": [
"0",
"1"
],
"id": 802,
"key": "fibonacci",
"subcategory": "linear",
"values": [
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 3.0
},
{
"im": 0.0,
"re": 5.0
},
{
"im": 0.0,
"re": 8.0
},
{
"im": 0.0,
"re": 13.0
},
{
"im": 0.0,
"re": 21.0
},
{
"im": 0.0,
"re": 34.0
},
{
"im": 0.0,
"re": 55.0
},
{
"im": 0.0,
"re": 89.0
}
],
"variable": "n"
},
{
"category": "rsolve",
"coeffs": [
"-2",
"1"
],
"forcing": "1",
"ics": [
"0"
],
"id": 803,
"key": "hanoi",
"subcategory": "linear",
"values": [
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 3.0
},
{
"im": 0.0,
"re": 7.0
},
{
"im": 0.0,
"re": 15.0
},
{
"im": 0.0,
"re": 31.0
},
{
"im": 0.0,
"re": 63.0
},
{
"im": 0.0,
"re": 127.0
},
{
"im": 0.0,
"re": 255.0
},
{
"im": 0.0,
"re": 511.0
},
{
"im": 0.0,
"re": 1023.0
},
{
"im": 0.0,
"re": 2047.0
}
],
"variable": "n"
},
{
"category": "rsolve",
"coeffs": [
"-3",
"1"
],
"forcing": null,
"ics": [
"2"
],
"id": 804,
"key": "geometric_3",
"subcategory": "linear",
"values": [
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 6.0
},
{
"im": 0.0,
"re": 18.0
},
{
"im": 0.0,
"re": 54.0
},
{
"im": 0.0,
"re": 162.0
},
{
"im": 0.0,
"re": 486.0
},
{
"im": 0.0,
"re": 1458.0
},
{
"im": 0.0,
"re": 4374.0
},
{
"im": 0.0,
"re": 13122.0
},
{
"im": 0.0,
"re": 39366.0
},
{
"im": 0.0,
"re": 118098.0
},
{
"im": 0.0,
"re": 354294.0
}
],
"variable": "n"
},
{
"category": "rsolve",
"coeffs": [
"2",
"-3",
"1"
],
"forcing": null,
"ics": [
"1",
"2"
],
"id": 805,
"key": "roots_1_2",
"subcategory": "linear",
"values": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 4.0
},
{
"im": 0.0,
"re": 8.0
},
{
"im": 0.0,
"re": 16.0
},
{
"im": 0.0,
"re": 32.0
},
{
"im": 0.0,
"re": 64.0
},
{
"im": 0.0,
"re": 128.0
},
{
"im": 0.0,
"re": 256.0
},
{
"im": 0.0,
"re": 512.0
},
{
"im": 0.0,
"re": 1024.0
},
{
"im": 0.0,
"re": 2048.0
}
],
"variable": "n"
},
{
"category": "rsolve",
"coeffs": [
"1",
"-2",
"1"
],
"forcing": null,
"ics": [
"1",
"3"
],
"id": 806,
"key": "double_root_1",
"subcategory": "linear",
"values": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 3.0
},
{
"im": 0.0,
"re": 5.0
},
{
"im": 0.0,
"re": 7.0
},
{
"im": 0.0,
"re": 9.0
},
{
"im": 0.0,
"re": 11.0
},
{
"im": 0.0,
"re": 13.0
},
{
"im": 0.0,
"re": 15.0
},
{
"im": 0.0,
"re": 17.0
},
{
"im": 0.0,
"re": 19.0
},
{
"im": 0.0,
"re": 21.0
},
{
"im": 0.0,
"re": 23.0
}
],
"variable": "n"
},
{
"category": "rsolve",
"coeffs": [
"-6",
"11",
"-6",
"1"
],
"forcing": null,
"ics": [
"1",
"0",
"0"
],
"id": 807,
"key": "third_order_int_roots",
"subcategory": "linear",
"values": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 6.0
},
{
"im": 0.0,
"re": 36.0
},
{
"im": 0.0,
"re": 150.0
},
{
"im": 0.0,
"re": 540.0
},
{
"im": 0.0,
"re": 1806.0
},
{
"im": 0.0,
"re": 5796.0
},
{
"im": 0.0,
"re": 18150.0
},
{
"im": 0.0,
"re": 55980.0
},
{
"im": 0.0,
"re": 171006.0
}
],
"variable": "n"
},
{
"category": "rsolve",
"coeffs": [
"-6",
"5",
"-1",
"1"
],
"forcing": null,
"ics": [
"1",
"0",
"0"
],
"id": 808,
"key": "third_order_irrational_roots",
"subcategory": "linear",
"values": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 6.0
},
{
"im": 0.0,
"re": 6.0
},
{
"im": 0.0,
"re": -24.0
},
{
"im": 0.0,
"re": -18.0
},
{
"im": 0.0,
"re": 138.0
},
{
"im": 0.0,
"re": 84.0
},
{
"im": 0.0,
"re": -714.0
},
{
"im": 0.0,
"re": -306.0
},
{
"im": 0.0,
"re": 3768.0
}
],
"variable": "n"
},
{
"category": "rsolve",
"coeffs": [
"-2",
"1"
],
"forcing": "n",
"ics": [
"1"
],
"id": 809,
"key": "forced_poly",
"subcategory": "linear",
"values": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 5.0
},
{
"im": 0.0,
"re": 12.0
},
{
"im": 0.0,
"re": 27.0
},
{
"im": 0.0,
"re": 58.0
},
{
"im": 0.0,
"re": 121.0
},
{
"im": 0.0,
"re": 248.0
},
{
"im": 0.0,
"re": 503.0
},
{
"im": 0.0,
"re": 1014.0
},
{
"im": 0.0,
"re": 2037.0
},
{
"im": 0.0,
"re": 4084.0
}
],
"variable": "n"
},
{
"category": "rsolve",
"coeffs": [
"-1",
"1"
],
"forcing": "2**n",
"ics": [
"0"
],
"id": 810,
"key": "forced_exp",
"subcategory": "linear",
"values": [
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 3.0
},
{
"im": 0.0,
"re": 7.0
},
{
"im": 0.0,
"re": 15.0
},
{
"im": 0.0,
"re": 31.0
},
{
"im": 0.0,
"re": 63.0
},
{
"im": 0.0,
"re": 127.0
},
{
"im": 0.0,
"re": 255.0
},
{
"im": 0.0,
"re": 511.0
},
{
"im": 0.0,
"re": 1023.0
},
{
"im": 0.0,
"re": 2047.0
}
],
"variable": "n"
},
{
"category": "rsolve",
"coeffs": [
"1",
"0",
"1"
],
"forcing": null,
"ics": [
"1",
"0"
],
"id": 811,
"key": "complex_roots_period4",
"subcategory": "linear",
"values": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": -1.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": -1.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": -1.0
},
{
"im": 0.0,
"re": 0.0
}
],
"variable": "n"
},
{
"category": "rsolve",
"coeffs": [
"-4",
"0",
"1"
],
"forcing": null,
"ics": [
"1",
"2"
],
"id": 812,
"key": "roots_pm2",
"subcategory": "linear",
"values": [
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 4.0
},
{
"im": 0.0,
"re": 8.0
},
{
"im": 0.0,
"re": 16.0
},
{
"im": 0.0,
"re": 32.0
},
{
"im": 0.0,
"re": 64.0
},
{
"im": 0.0,
"re": 128.0
},
{
"im": 0.0,
"re": 256.0
},
{
"im": 0.0,
"re": 512.0
},
{
"im": 0.0,
"re": 1024.0
},
{
"im": 0.0,
"re": 2048.0
}
],
"variable": "n"
},
{
"category": "rsolve",
"coeffs": [
"-1",
"-1",
"1"
],
"forcing": null,
"ics": [
"2",
"1"
],
"id": 813,
"key": "lucas",
"subcategory": "linear",
"values": [
{
"im": 0.0,
"re": 2.0
},
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 3.0
},
{
"im": 0.0,
"re": 4.0
},
{
"im": 0.0,
"re": 7.0
},
{
"im": 0.0,
"re": 11.0
},
{
"im": 0.0,
"re": 18.0
},
{
"im": 0.0,
"re": 29.0
},
{
"im": 0.0,
"re": 47.0
},
{
"im": 0.0,
"re": 76.0
},
{
"im": 0.0,
"re": 123.0
},
{
"im": 0.0,
"re": 199.0
}
],
"variable": "n"
},
{
"category": "rsolve",
"coeffs": [
"-1",
"1"
],
"forcing": "n**2",
"ics": [
"0"
],
"id": 814,
"key": "sum_of_squares",
"subcategory": "linear",
"values": [
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 0.0
},
{
"im": 0.0,
"re": 1.0
},
{
"im": 0.0,
"re": 5.0
},
{
"im": 0.0,
"re": 14.0
},
{
"im": 0.0,
"re": 30.0
},
{
"im": 0.0,
"re": 55.0
},
{
"im": 0.0,
"re": 91.0
},
{
"im": 0.0,
"re": 140.0
},
{
"im": 0.0,
"re": 204.0
},
{
"im": 0.0,
"re": 285.0
},
{
"im": 0.0,
"re": 385.0
}
],
"variable": "n"
},
{
"category": "series_at_infinity",
"coefficients": [
{
"exp": 1.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -1.0,
"value": {
"im": 0.0,
"re": 0.5
}
},
{
"exp": -3.0,
"value": {
"im": 0.0,
"re": -0.125
}
},
{
"exp": -5.0,
"value": {
"im": 0.0,
"re": 0.0625
}
},
{
"exp": -7.0,
"value": {
"im": 0.0,
"re": -0.0390625
}
}
],
"id": 815,
"input": "sqrt(x**2 + 1)",
"key": "sqrt(x**2 + 1)",
"n_terms": 6,
"subcategory": "laurent",
"sympy_result": "x + 1/(2*x) - 1/(8*x**3) + 1/(16*x**5) - 5/(128*x**7)",
"variable": "x"
},
{
"category": "series_at_infinity",
"coefficients": [
{
"exp": 0.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -1.0,
"value": {
"im": 0.0,
"re": -1.0
}
},
{
"exp": -2.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -3.0,
"value": {
"im": 0.0,
"re": -1.0
}
},
{
"exp": -4.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -5.0,
"value": {
"im": 0.0,
"re": -1.0
}
},
{
"exp": -6.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -7.0,
"value": {
"im": 0.0,
"re": -1.0
}
}
],
"id": 816,
"input": "x/(x + 1)",
"key": "x/(x + 1)",
"n_terms": 6,
"subcategory": "laurent",
"sympy_result": "1 - 1/x + x**(-2) - 1/x**3 + x**(-4) - 1/x**5 + x**(-6) - 1/x**7",
"variable": "x"
},
{
"category": "series_at_infinity",
"coefficients": [
{
"exp": 1.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": 0.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -1.0,
"value": {
"im": 0.0,
"re": 0.5
}
},
{
"exp": -2.0,
"value": {
"im": 0.0,
"re": 0.16666666666666666
}
},
{
"exp": -3.0,
"value": {
"im": 0.0,
"re": 0.041666666666666664
}
},
{
"exp": -4.0,
"value": {
"im": 0.0,
"re": 0.008333333333333333
}
},
{
"exp": -5.0,
"value": {
"im": 0.0,
"re": 0.001388888888888889
}
},
{
"exp": -6.0,
"value": {
"im": 0.0,
"re": 0.0001984126984126984
}
},
{
"exp": -7.0,
"value": {
"im": 0.0,
"re": 2.48015873015873e-05
}
}
],
"id": 817,
"input": "exp(1/x)*x",
"key": "exp(1/x)*x",
"n_terms": 6,
"subcategory": "laurent",
"sympy_result": "x + 1 + 1/(2*x) + 1/(6*x**2) + 1/(24*x**3) + 1/(120*x**4) + 1/(720*x**5) + 1/(5040*x**6) + 1/(40320*x**7)",
"variable": "x"
},
{
"category": "series_at_infinity",
"coefficients": [
{
"exp": 0.0,
"value": {
"im": 0.0,
"re": 1.5707963267948966
}
},
{
"exp": -1.0,
"value": {
"im": 0.0,
"re": -1.0
}
},
{
"exp": -3.0,
"value": {
"im": 0.0,
"re": 0.3333333333333333
}
},
{
"exp": -5.0,
"value": {
"im": 0.0,
"re": -0.2
}
},
{
"exp": -7.0,
"value": {
"im": 0.0,
"re": 0.14285714285714285
}
}
],
"id": 818,
"input": "atan(x)",
"key": "atan(x)",
"n_terms": 6,
"subcategory": "laurent",
"sympy_result": "pi/2 - 1/x + 1/(3*x**3) - 1/(5*x**5) + 1/(7*x**7)",
"variable": "x"
},
{
"category": "series_at_infinity",
"coefficients": [
{
"exp": -1.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -2.0,
"value": {
"im": 0.0,
"re": -0.5
}
},
{
"exp": -3.0,
"value": {
"im": 0.0,
"re": 0.3333333333333333
}
},
{
"exp": -4.0,
"value": {
"im": 0.0,
"re": -0.25
}
},
{
"exp": -5.0,
"value": {
"im": 0.0,
"re": 0.2
}
},
{
"exp": -6.0,
"value": {
"im": 0.0,
"re": -0.16666666666666666
}
},
{
"exp": -7.0,
"value": {
"im": 0.0,
"re": 0.14285714285714285
}
}
],
"id": 819,
"input": "log(1 + 1/x)",
"key": "log(1 + 1/x)",
"n_terms": 6,
"subcategory": "laurent",
"sympy_result": "1/x - 1/(2*x**2) + 1/(3*x**3) - 1/(4*x**4) + 1/(5*x**5) - 1/(6*x**6) + 1/(7*x**7)",
"variable": "x"
},
{
"category": "series_at_infinity",
"coefficients": [
{
"exp": 0.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -2.0,
"value": {
"im": 0.0,
"re": -0.16666666666666666
}
},
{
"exp": -4.0,
"value": {
"im": 0.0,
"re": 0.008333333333333333
}
},
{
"exp": -6.0,
"value": {
"im": 0.0,
"re": -0.0001984126984126984
}
}
],
"id": 820,
"input": "x*sin(1/x)",
"key": "x*sin(1/x)",
"n_terms": 6,
"subcategory": "laurent",
"sympy_result": "1 - 1/(6*x**2) + 1/(120*x**4) - 1/(5040*x**6)",
"variable": "x"
},
{
"category": "series_at_infinity",
"coefficients": [
{
"exp": 1.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": 0.0,
"value": {
"im": 0.0,
"re": 5.0
}
},
{
"exp": -1.0,
"value": {
"im": 0.0,
"re": 11.0
}
},
{
"exp": -2.0,
"value": {
"im": 0.0,
"re": 22.0
}
},
{
"exp": -3.0,
"value": {
"im": 0.0,
"re": 44.0
}
},
{
"exp": -4.0,
"value": {
"im": 0.0,
"re": 88.0
}
},
{
"exp": -5.0,
"value": {
"im": 0.0,
"re": 176.0
}
},
{
"exp": -6.0,
"value": {
"im": 0.0,
"re": 352.0
}
},
{
"exp": -7.0,
"value": {
"im": 0.0,
"re": 704.0
}
}
],
"id": 821,
"input": "(x**2 + 3*x + 1)/(x - 2)",
"key": "(x**2 + 3*x + 1)/(x - 2)",
"n_terms": 6,
"subcategory": "laurent",
"sympy_result": "x + 5 + 11/x + 22/x**2 + 44/x**3 + 88/x**4 + 176/x**5 + 352/x**6 + 704/x**7",
"variable": "x"
},
{
"category": "series_at_infinity",
"coefficients": [
{
"exp": 0.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -2.0,
"value": {
"im": 0.0,
"re": -1.0
}
},
{
"exp": -4.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -6.0,
"value": {
"im": 0.0,
"re": -1.0
}
}
],
"id": 822,
"input": "x**2/(x**2 + 1)",
"key": "x**2/(x**2 + 1)",
"n_terms": 6,
"subcategory": "laurent",
"sympy_result": "1 - 1/x**2 + x**(-4) - 1/x**6",
"variable": "x"
},
{
"category": "series_at_infinity",
"coefficients": [
{
"exp": 0.0,
"value": {
"im": 0.0,
"re": 0.5
}
},
{
"exp": -1.0,
"value": {
"im": 0.0,
"re": -0.125
}
},
{
"exp": -2.0,
"value": {
"im": 0.0,
"re": 0.0625
}
},
{
"exp": -3.0,
"value": {
"im": 0.0,
"re": -0.0390625
}
},
{
"exp": -4.0,
"value": {
"im": 0.0,
"re": 0.02734375
}
},
{
"exp": -5.0,
"value": {
"im": 0.0,
"re": -0.0205078125
}
},
{
"exp": -6.0,
"value": {
"im": 0.0,
"re": 0.01611328125
}
},
{
"exp": -7.0,
"value": {
"im": 0.0,
"re": -0.013092041015625
}
}
],
"id": 823,
"input": "sqrt(x**2 + x) - x",
"key": "sqrt(x**2 + x) - x",
"n_terms": 6,
"subcategory": "laurent",
"sympy_result": "1/2 - 1/(8*x) + 1/(16*x**2) - 5/(128*x**3) + 7/(256*x**4) - 21/(1024*x**5) + 33/(2048*x**6) - 429/(32768*x**7)",
"variable": "x"
},
{
"category": "series_at_infinity",
"coefficients": [
{
"exp": 0.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -1.0,
"value": {
"im": 0.0,
"re": 0.5
}
},
{
"exp": -2.0,
"value": {
"im": 0.0,
"re": 0.16666666666666666
}
},
{
"exp": -3.0,
"value": {
"im": 0.0,
"re": 0.041666666666666664
}
},
{
"exp": -4.0,
"value": {
"im": 0.0,
"re": 0.008333333333333333
}
},
{
"exp": -5.0,
"value": {
"im": 0.0,
"re": 0.001388888888888889
}
},
{
"exp": -6.0,
"value": {
"im": 0.0,
"re": 0.0001984126984126984
}
},
{
"exp": -7.0,
"value": {
"im": 0.0,
"re": 2.48015873015873e-05
}
}
],
"id": 824,
"input": "x*(exp(1/x) - 1)",
"key": "x*(exp(1/x) - 1)",
"n_terms": 6,
"subcategory": "laurent",
"sympy_result": "1 + 1/(2*x) + 1/(6*x**2) + 1/(24*x**3) + 1/(120*x**4) + 1/(720*x**5) + 1/(5040*x**6) + 1/(40320*x**7)",
"variable": "x"
},
{
"category": "series_at_infinity",
"coefficients": [
{
"exp": -2.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -3.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -4.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -5.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -6.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": -7.0,
"value": {
"im": 0.0,
"re": 1.0
}
}
],
"id": 825,
"input": "1/(x**2 - x)",
"key": "1/(x**2 - x)",
"n_terms": 6,
"subcategory": "laurent",
"sympy_result": "x**(-2) + x**(-3) + x**(-4) + x**(-5) + x**(-6) + x**(-7)",
"variable": "x"
},
{
"category": "series_at_infinity",
"coefficients": [
{
"exp": 1.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": 0.0,
"value": {
"im": 0.0,
"re": 3.0
}
},
{
"exp": -1.0,
"value": {
"im": 0.0,
"re": 3.0
}
},
{
"exp": -2.0,
"value": {
"im": 0.0,
"re": 1.0
}
}
],
"id": 826,
"input": "(x + 1)**3/x**2",
"key": "(x + 1)**3/x**2",
"n_terms": 6,
"subcategory": "laurent",
"sympy_result": "x + 3 + 3/x + x**(-2)",
"variable": "x"
},
{
"category": "series_at_infinity",
"coefficients": [
{
"exp": 2.0,
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"exp": 0.0,
"value": {
"im": 0.0,
"re": -0.5
}
},
{
"exp": -2.0,
"value": {
"im": 0.0,
"re": 0.041666666666666664
}
},
{
"exp": -4.0,
"value": {
"im": 0.0,
"re": -0.001388888888888889
}
},
{
"exp": -6.0,
"value": {
"im": 0.0,
"re": 2.48015873015873e-05
}
}
],
"id": 827,
"input": "x**2*cos(1/x)",
"key": "x**2*cos(1/x)",
"n_terms": 6,
"subcategory": "laurent",
"sympy_result": "x**2 - 1/2 + 1/(24*x**2) - 1/(720*x**4) + 1/(40320*x**6)",
"variable": "x"
},
{
"category": "sets",
"id": 828,
"key": "union_overlap",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"interval": [
"0",
"2",
false,
false
]
},
{
"interval": [
"1",
"3",
true,
false
]
}
],
"op": "union"
},
"subcategory": "interval_ops",
"sympy_result": "Interval(0, 3)"
},
{
"category": "sets",
"id": 829,
"key": "union_disjoint",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
false,
false,
true,
true,
true,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"interval": [
"0",
"1",
false,
true
]
},
{
"interval": [
"2",
"3",
false,
false
]
}
],
"op": "union"
},
"subcategory": "interval_ops",
"sympy_result": "Union(Interval.Ropen(0, 1), Interval(2, 3))"
},
{
"category": "sets",
"id": 830,
"key": "union_touching",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"interval": [
"0",
"1",
false,
true
]
},
{
"interval": [
"1",
"2",
false,
false
]
}
],
"op": "union"
},
"subcategory": "interval_ops",
"sympy_result": "Interval(0, 2)"
},
{
"category": "sets",
"id": 831,
"key": "union_touching_open",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
false,
true,
true,
false,
false,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"interval": [
"0",
"1",
false,
true
]
},
{
"interval": [
"1",
"2",
true,
false
]
}
],
"op": "union"
},
"subcategory": "interval_ops",
"sympy_result": "Union(Interval.Ropen(0, 1), Interval.Lopen(1, 2))"
},
{
"category": "sets",
"id": 832,
"key": "intersection_overlap",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
false,
false,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"interval": [
"0",
"2",
true,
false
]
},
{
"interval": [
"1",
"3",
false,
false
]
}
],
"op": "intersection"
},
"subcategory": "interval_ops",
"sympy_result": "Interval(1, 2)"
},
{
"category": "sets",
"id": 833,
"key": "intersection_disjoint",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"interval": [
"0",
"1",
false,
false
]
},
{
"interval": [
"2",
"3",
false,
false
]
}
],
"op": "intersection"
},
"subcategory": "interval_ops",
"sympy_result": "EmptySet"
},
{
"category": "sets",
"id": 834,
"key": "intersection_point",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"interval": [
"0",
"1",
false,
false
]
},
{
"interval": [
"1",
"2",
false,
false
]
}
],
"op": "intersection"
},
"subcategory": "interval_ops",
"sympy_result": "{1}"
},
{
"category": "sets",
"id": 835,
"key": "complement_inner",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
false,
true,
true,
true,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"interval": [
"0",
"3",
false,
false
]
},
{
"interval": [
"1",
"2",
true,
true
]
}
],
"op": "complement"
},
"subcategory": "interval_ops",
"sympy_result": "Union(Interval(0, 1), Interval(2, 3))"
},
{
"category": "sets",
"id": 836,
"key": "complement_point",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
false,
true,
true,
true,
true,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"interval": [
"0",
"5",
false,
false
]
},
{
"finite": [
"2"
]
}
],
"op": "complement"
},
"subcategory": "interval_ops",
"sympy_result": "Union(Interval.Ropen(0, 2), Interval.Lopen(2, 5))"
},
{
"category": "sets",
"id": 837,
"key": "complement_reals",
"membership": [
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"reals": true
},
{
"interval": [
"0",
"2",
false,
false
]
}
],
"op": "complement"
},
"subcategory": "interval_ops",
"sympy_result": "Union(Interval.open(-oo, 0), Interval.open(2, oo))"
},
{
"category": "sets",
"id": 838,
"key": "complement_reals_open",
"membership": [
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true,
true
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"reals": true
},
{
"interval": [
"-1",
"1",
true,
true
]
}
],
"op": "complement"
},
"subcategory": "interval_ops",
"sympy_result": "Union(Interval(-oo, -1), Interval(1, oo))"
},
{
"category": "sets",
"id": 839,
"key": "symdiff",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
true,
true,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"interval": [
"0",
"3",
false,
false
]
},
{
"interval": [
"1",
"5",
false,
false
]
}
],
"op": "symmetric_difference"
},
"subcategory": "interval_ops",
"sympy_result": "Union(Interval.Ropen(0, 1), Interval.Lopen(3, 5))"
},
{
"category": "sets",
"id": 840,
"key": "nested",
"membership": [
false,
false,
false,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
true,
true,
false,
true,
false,
true,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"args": [
{
"interval": [
"-2",
"0",
false,
false
]
},
{
"interval": [
"1",
"4",
false,
false
]
}
],
"op": "union"
},
{
"args": [
{
"reals": true
},
{
"finite": [
"2",
"3"
]
}
],
"op": "complement"
}
],
"op": "intersection"
},
"subcategory": "interval_ops",
"sympy_result": "Union(Interval(-2, 0), Interval.Ropen(1, 2), Interval.open(2, 3), Interval.Lopen(3, 4))"
},
{
"category": "sets",
"id": 841,
"key": "finite_union_interval",
"membership": [
false,
false,
false,
false,
false,
true,
false,
false,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
true,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"finite": [
"-1",
"5"
]
},
{
"interval": [
"0",
"1",
false,
false
]
}
],
"op": "union"
},
"subcategory": "interval_ops",
"sympy_result": "Union({-1, 5}, Interval(0, 1))"
},
{
"category": "sets",
"id": 842,
"key": "finite_minus_interval",
"membership": [
false,
false,
false,
false,
false,
false,
false,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"finite": [
"0",
"1",
"2",
"3"
]
},
{
"interval": [
"1",
"2",
false,
false
]
}
],
"op": "complement"
},
"subcategory": "interval_ops",
"sympy_result": "{0, 3}"
},
{
"category": "sets",
"id": 843,
"key": "half_lines",
"membership": [
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"interval": [
"-oo",
"2",
true,
true
]
},
{
"interval": [
"-1",
"oo",
false,
true
]
}
],
"op": "intersection"
},
"subcategory": "interval_ops",
"sympy_result": "Interval.Ropen(-1, 2)"
},
{
"category": "sets",
"id": 844,
"key": "union_three",
"membership": [
true,
true,
true,
true,
false,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
true,
true,
true,
false,
false,
false
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"interval": [
"-5",
"-2",
false,
false
]
},
{
"interval": [
"-1",
"1",
false,
false
]
},
{
"interval": [
"2",
"5",
true,
true
]
}
],
"op": "union"
},
"subcategory": "interval_ops",
"sympy_result": "Union(Interval(-5, -2), Interval(-1, 1), Interval.open(2, 5))"
},
{
"category": "sets",
"id": 845,
"key": "unbounded_union",
"membership": [
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true,
true
],
"sample_points": [
"-5",
"-3",
"-5/2",
"-2",
"-3/2",
"-1",
"-1/2",
"-1/10",
"0",
"1/10",
"1/4",
"1/3",
"1/2",
"1",
"3/2",
"2",
"5/2",
"3",
"4",
"5",
"7",
"10"
],
"set": {
"args": [
{
"interval": [
"-oo",
"-1",
true,
false
]
},
{
"interval": [
"1",
"oo",
false,
true
]
}
],
"op": "union"
},
"subcategory": "interval_ops",
"sympy_result": "Union(Interval(-oo, -1), Interval(1, oo))"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": -0.2876820724517809
}
},
{
"subs": {
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": -1.5606477482646683
}
},
{
"subs": {
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 1.0340737675305385
}
}
],
"id": 846,
"input": "log(x*y)",
"key": "log(x*y)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "expand_log",
"sympy_result": "log(x) + log(y)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.2163953243244932
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -1.0700248318161971
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 2.498727368805312
}
},
{
"subs": {
"x": 0.2857142857142857
},
"value": {
"im": 0.0,
"re": -3.758288905486104
}
}
],
"id": 847,
"input": "log(x**3)",
"key": "log(x**3)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "expand_log",
"sympy_result": "3*log(x)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": -1.2685113254635072
}
},
{
"subs": {
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": -4.325268300855273
}
},
{
"subs": {
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 2.8790777512774057
}
}
],
"id": 848,
"input": "log(x**2*y**3)",
"key": "log(x**2*y**3)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "expand_log",
"sympy_result": "2*log(x) + 3*log(y)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 1.0986122886681098
}
},
{
"subs": {
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": 0.8472978603872036
}
},
{
"subs": {
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": -0.5877866649021191
}
}
],
"id": 849,
"input": "log(x/y)",
"key": "log(x/y)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "expand_log",
"sympy_result": "log(x) - log(y)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": -0.4904146265058631
}
},
{
"subs": {
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": -1.3823102762953021
}
},
{
"subs": {
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 0.9225019918734336
}
}
],
"id": 850,
"input": "log(sqrt(x)*y)",
"key": "log(sqrt(x)*y)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "expand_log",
"sympy_result": "log(x)/2 + log(y)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"a": 1.5,
"b": -0.3333333333333333,
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 0.6081976621622466
}
},
{
"subs": {
"a": 1.5,
"b": -0.3333333333333333,
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": -1.0458380396740892
}
},
{
"subs": {
"a": 1.5,
"b": -0.3333333333333333,
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 1.8387927237475887
}
}
],
"id": 851,
"input": "log(2*x**a*y)",
"key": "log(2*x**a*y)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "expand_log",
"sympy_result": "a*log(x) + log(y) + log(2)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": -0.2876820724517809
}
},
{
"subs": {
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": -1.5606477482646683
}
},
{
"subs": {
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 1.0340737675305385
}
}
],
"id": 852,
"input": "log(x) + log(y)",
"key": "log(x) + log(y)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "logcombine",
"sympy_result": "log(x*y)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 1.5040773967762742
}
},
{
"subs": {
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": 0.4906229164484712
}
},
{
"subs": {
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": -0.36464311358790924
}
}
],
"id": 853,
"input": "2*log(x) - log(y)",
"key": "2*log(x) - log(y)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "logcombine",
"sympy_result": "log(x**2/y)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 3.1780538303479458
}
},
{
"subs": {
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": 3.948390649599021
}
},
{
"subs": {
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": -1.5164999167748312
}
}
],
"id": 854,
"input": "log(x) - 3*log(y) + log(2)",
"key": "log(x) - 3*log(y) + log(2)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "logcombine",
"sympy_result": "log(2*x/y**3)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"a": 1.5,
"b": -0.3333333333333333,
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 0.839246722348895
}
},
{
"subs": {
"a": 1.5,
"b": -0.3333333333333333,
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": -0.13368814779945323
}
},
{
"subs": {
"a": 1.5,
"b": -0.3333333333333333,
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 0.06440525489920504
}
}
],
"id": 855,
"input": "a*log(x) + b*log(y)",
"key": "a*log(x) + b*log(y)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "logcombine",
"sympy_result": "log(x**a*y**b)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": -0.14384103622589045
}
},
{
"subs": {
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": -0.7803238741323342
}
},
{
"subs": {
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 0.5170368837652692
}
}
],
"id": 856,
"input": "log(x)/2 + log(y)/2",
"key": "log(x)/2 + log(y)/2",
"positive_symbols": [
"x",
"y"
],
"subcategory": "logcombine",
"sympy_result": "log(sqrt(x)*sqrt(y))"
},
{
"category": "simplify",
"constants": [],
"id": 857,
"input": "0.333333333333333",
"key": "0.333333333333333",
"subcategory": "nsimplify",
"sympy_result": "1/3",
"value": {
"im": 0.0,
"re": 0.3333333333333333
}
},
{
"category": "simplify",
"constants": [],
"id": 858,
"input": "0.75",
"key": "0.75",
"subcategory": "nsimplify",
"sympy_result": "3/4",
"value": {
"im": 0.0,
"re": 0.75
}
},
{
"category": "simplify",
"constants": [
"sqrt(2)"
],
"id": 859,
"input": "1.4142135623730951",
"key": "1.4142135623730951",
"subcategory": "nsimplify",
"sympy_result": "sqrt(2)",
"value": {
"im": 0.0,
"re": 1.4142135623730951
}
},
{
"category": "simplify",
"constants": [
"pi"
],
"id": 860,
"input": "3.141592653589793",
"key": "3.141592653589793",
"subcategory": "nsimplify",
"sympy_result": "pi",
"value": {
"im": 0.0,
"re": 3.141592653589793
}
},
{
"category": "simplify",
"constants": [
"E"
],
"id": 861,
"input": "2.718281828459045",
"key": "2.718281828459045",
"subcategory": "nsimplify",
"sympy_result": "E",
"value": {
"im": 0.0,
"re": 2.718281828459045
}
},
{
"category": "simplify",
"constants": [
"GoldenRatio"
],
"id": 862,
"input": "0.6180339887498949",
"key": "0.6180339887498949",
"subcategory": "nsimplify",
"sympy_result": "-1 + GoldenRatio",
"value": {
"im": 0.0,
"re": 0.6180339887498949
}
},
{
"category": "simplify",
"constants": [
"sqrt(3)"
],
"id": 863,
"input": "1.7320508075688772",
"key": "1.7320508075688772",
"subcategory": "nsimplify",
"sympy_result": "sqrt(3)",
"value": {
"im": 0.0,
"re": 1.7320508075688772
}
},
{
"category": "simplify",
"constants": [],
"id": 864,
"input": "0.14285714285714285",
"key": "0.14285714285714285",
"subcategory": "nsimplify",
"sympy_result": "1/7",
"value": {
"im": 0.0,
"re": 0.14285714285714285
}
},
{
"category": "simplify",
"constants": [
"pi"
],
"id": 865,
"input": "6.283185307179586",
"key": "6.283185307179586",
"subcategory": "nsimplify",
"sympy_result": "2*pi",
"value": {
"im": 0.0,
"re": 6.283185307179586
}
},
{
"category": "simplify",
"constants": [
"sqrt(7)"
],
"id": 866,
"input": "2.6457513110645907",
"key": "2.6457513110645907",
"subcategory": "nsimplify",
"sympy_result": "sqrt(7)",
"value": {
"im": 0.0,
"re": 2.6457513110645907
}
},
{
"category": "simplify",
"constants": [
"sqrt(3)"
],
"id": 867,
"input": "0.8660254037844386",
"key": "0.8660254037844386",
"subcategory": "nsimplify",
"sympy_result": "sqrt(3)/2",
"value": {
"im": 0.0,
"re": 0.8660254037844386
}
},
{
"category": "simplify",
"constants": [
"pi"
],
"id": 868,
"input": "1.5707963267948966",
"key": "1.5707963267948966",
"subcategory": "nsimplify",
"sympy_result": "pi/2",
"value": {
"im": 0.0,
"re": 1.5707963267948966
}
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.5
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.7
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 2.3
}
},
{
"subs": {
"x": 0.2857142857142857
},
"value": {
"im": 0.0,
"re": 0.2857142857142857
}
}
],
"id": 869,
"input": "(x**2)**(1/2)",
"key": "(x**2)**(1/2)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "powdenest",
"sympy_result": "x"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"a": 1.5,
"b": -0.3333333333333333,
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 0.816496580927726
}
},
{
"subs": {
"a": 1.5,
"b": -0.3333333333333333,
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": 1.1952286093343936
}
},
{
"subs": {
"a": 1.5,
"b": -0.3333333333333333,
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 0.8944271909999159
}
}
],
"id": 870,
"input": "(x**a)**b",
"key": "(x**a)**b",
"positive_symbols": [
"x",
"y"
],
"subcategory": "powdenest",
"sympy_result": "x**(a*b)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 2.25
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.49
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 5.29
}
},
{
"subs": {
"x": 0.2857142857142857
},
"value": {
"im": 0.0,
"re": 0.08163265306122448
}
}
],
"id": 871,
"input": "sqrt(x**4)",
"key": "sqrt(x**4)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "powdenest",
"sympy_result": "x**2"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 2.25
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.49
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 5.29
}
},
{
"subs": {
"x": 0.2857142857142857
},
"value": {
"im": 0.0,
"re": 0.08163265306122448
}
}
],
"id": 872,
"input": "(x**(1/2))**4",
"key": "(x**(1/2))**4",
"positive_symbols": [
"x",
"y"
],
"subcategory": "powdenest",
"sympy_result": "x**2"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.5
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.7
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 2.3
}
},
{
"subs": {
"x": 0.2857142857142857
},
"value": {
"im": 0.0,
"re": 0.2857142857142857
}
}
],
"id": 873,
"input": "((x**2)**3)**(1/6)",
"key": "((x**2)**3)**(1/6)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "powdenest",
"sympy_result": "x"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 7.59375
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.16807
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 64.36343
}
},
{
"subs": {
"x": 0.2857142857142857
},
"value": {
"im": 0.0,
"re": 0.0019039685845183554
}
}
],
"id": 874,
"input": "x**2*x**3",
"key": "x**2*x**3",
"positive_symbols": [
"x",
"y"
],
"subcategory": "powsimp",
"sympy_result": "x**5"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"a": 1.5,
"b": -0.3333333333333333,
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 1.6048697909004945
}
},
{
"subs": {
"a": 1.5,
"b": -0.3333333333333333,
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": 0.6596006070751257
}
},
{
"subs": {
"a": 1.5,
"b": -0.3333333333333333,
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 1.2973635194452668
}
}
],
"id": 875,
"input": "x**a*x**b",
"key": "x**a*x**b",
"positive_symbols": [
"x",
"y"
],
"subcategory": "powsimp",
"sympy_result": "x**(a + b)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 0.5625
}
},
{
"subs": {
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": 0.0441
}
},
{
"subs": {
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 7.91015625
}
}
],
"id": 876,
"input": "x**2*y**2",
"key": "x**2*y**2",
"positive_symbols": [
"x",
"y"
],
"subcategory": "powsimp",
"sympy_result": "x**2*y**2"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 0.25
}
},
{
"subs": {
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": 0.09
}
},
{
"subs": {
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 5.0625
}
}
],
"id": 877,
"input": "(x*y)**2/x**2",
"key": "(x*y)**2/x**2",
"positive_symbols": [
"x",
"y"
],
"subcategory": "powsimp",
"sympy_result": "y**2"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 14.696938456699069
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 3.505144086407193
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 61.62371493874938
}
},
{
"subs": {
"x": 0.2857142857142857
},
"value": {
"im": 0.0,
"re": 1.6685104410268252
}
}
],
"id": 878,
"input": "2**x*3**x",
"key": "2**x*3**x",
"positive_symbols": [
"x",
"y"
],
"subcategory": "powsimp",
"sympy_result": "6**x"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.4019828977761006
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.7428737856576761
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 2.001888401392789
}
},
{
"subs": {
"x": 0.2857142857142857
},
"value": {
"im": 0.0,
"re": 0.35205455119247236
}
}
],
"id": 879,
"input": "x**(1/2)*x**(1/3)",
"key": "x**(1/2)*x**(1/3)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "powsimp",
"sympy_result": "x**(5/6)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 7.38905609893065
}
},
{
"subs": {
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": 2.718281828459045
}
},
{
"subs": {
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 33.11545195869231
}
}
],
"id": 880,
"input": "exp(x)*exp(y)",
"key": "exp(x)*exp(y)",
"positive_symbols": [
"x",
"y"
],
"subcategory": "powsimp",
"sympy_result": "exp(x + y)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 0.5443310539518174
}
},
{
"subs": {
"x": 0.7,
"y": 0.3
},
"value": {
"im": 0.0,
"re": 1.833721309776816
}
},
{
"subs": {
"x": 1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 1.057371263440564
}
}
],
"id": 881,
"input": "x**y/x**2",
"key": "x**y/x**2",
"positive_symbols": [
"x",
"y"
],
"subcategory": "powsimp",
"sympy_result": "x**(y - 2)"
},
{
"category": "simplify",
"id": 882,
"input": "sqrt(5 + 2*sqrt(6))",
"input_sqrt_depth": 2,
"key": "sqrt(5 + 2*sqrt(6))",
"subcategory": "sqrtdenest",
"sympy_result": "sqrt(2) + sqrt(3)",
"sympy_sqrt_depth": 1,
"value": {
"im": 0.0,
"re": 3.1462643699419726
}
},
{
"category": "simplify",
"id": 883,
"input": "sqrt(3 + 2*sqrt(2))",
"input_sqrt_depth": 2,
"key": "sqrt(3 + 2*sqrt(2))",
"subcategory": "sqrtdenest",
"sympy_result": "1 + sqrt(2)",
"sympy_sqrt_depth": 1,
"value": {
"im": 0.0,
"re": 2.414213562373095
}
},
{
"category": "simplify",
"id": 884,
"input": "sqrt(7 - 4*sqrt(3))",
"input_sqrt_depth": 2,
"key": "sqrt(7 - 4*sqrt(3))",
"subcategory": "sqrtdenest",
"sympy_result": "2 - sqrt(3)",
"sympy_sqrt_depth": 1,
"value": {
"im": 0.0,
"re": 0.2679491924311227
}
},
{
"category": "simplify",
"id": 885,
"input": "sqrt(11 + 6*sqrt(2))",
"input_sqrt_depth": 2,
"key": "sqrt(11 + 6*sqrt(2))",
"subcategory": "sqrtdenest",
"sympy_result": "sqrt(2) + 3",
"sympy_sqrt_depth": 1,
"value": {
"im": 0.0,
"re": 4.414213562373095
}
},
{
"category": "simplify",
"id": 886,
"input": "sqrt(2 + sqrt(3))",
"input_sqrt_depth": 2,
"key": "sqrt(2 + sqrt(3))",
"subcategory": "sqrtdenest",
"sympy_result": "sqrt(2)/2 + sqrt(6)/2",
"sympy_sqrt_depth": 1,
"value": {
"im": 0.0,
"re": 1.9318516525781366
}
},
{
"category": "simplify",
"id": 887,
"input": "sqrt(9 - 4*sqrt(5))",
"input_sqrt_depth": 2,
"key": "sqrt(9 - 4*sqrt(5))",
"subcategory": "sqrtdenest",
"sympy_result": "-2 + sqrt(5)",
"sympy_sqrt_depth": 1,
"value": {
"im": 0.0,
"re": 0.2360679774997897
}
},
{
"category": "simplify",
"id": 888,
"input": "sqrt(17 + 12*sqrt(2))",
"input_sqrt_depth": 2,
"key": "sqrt(17 + 12*sqrt(2))",
"subcategory": "sqrtdenest",
"sympy_result": "2*sqrt(2) + 3",
"sympy_sqrt_depth": 1,
"value": {
"im": 0.0,
"re": 5.82842712474619
}
},
{
"category": "simplify",
"id": 889,
"input": "sqrt(6 + 2*sqrt(5)) + sqrt(6 - 2*sqrt(5))",
"input_sqrt_depth": 2,
"key": "sqrt(6 + 2*sqrt(5)) + sqrt(6 - 2*sqrt(5))",
"subcategory": "sqrtdenest",
"sympy_result": "sqrt(6 - 2*sqrt(5)) + sqrt(2*sqrt(5) + 6)",
"sympy_sqrt_depth": 2,
"value": {
"im": 0.0,
"re": 4.47213595499958
}
},
{
"category": "simplify",
"id": 890,
"input": "sqrt(10 + 2*sqrt(21))",
"input_sqrt_depth": 2,
"key": "sqrt(10 + 2*sqrt(21))",
"subcategory": "sqrtdenest",
"sympy_result": "sqrt(3) + sqrt(7)",
"sympy_sqrt_depth": 1,
"value": {
"im": 0.0,
"re": 4.3778021186334675
}
},
{
"category": "simplify",
"id": 891,
"input": "sqrt(4 + 2*sqrt(3))",
"input_sqrt_depth": 2,
"key": "sqrt(4 + 2*sqrt(3))",
"subcategory": "sqrtdenest",
"sympy_result": "1 + sqrt(3)",
"sympy_sqrt_depth": 1,
"value": {
"im": 0.0,
"re": 2.732050807568877
}
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 1.0
}
}
],
"id": 892,
"input": "sin(x)**2 + cos(x)**2",
"input_ops": 5,
"key": "sin(x)**2 + cos(x)**2",
"subcategory": "trigsimp",
"sympy_ops": 0,
"sympy_result": "1"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.9899924966004454
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.16996714290024093
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 0.3073328699784197
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.11215252693505452
}
}
],
"id": 893,
"input": "sin(x)**4 - cos(x)**4",
"input_ops": 5,
"key": "sin(x)**4 - cos(x)**4",
"subcategory": "trigsimp",
"sympy_ops": 3,
"sympy_result": "-cos(2*x)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 14.101419947171719
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.8422883804630794
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 1.3738230567687952
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": -1.119213641734132
}
}
],
"id": 894,
"input": "sin(x)/cos(x)",
"input_ops": 3,
"key": "sin(x)/cos(x)",
"subcategory": "trigsimp",
"sympy_ops": 1,
"sympy_result": "tan(x)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": -0.9899924966004454
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.16996714290024093
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -0.3073328699784197
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": -0.11215252693505452
}
}
],
"id": 895,
"input": "1 - 2*sin(x)**2",
"input_ops": 4,
"key": "1 - 2*sin(x)**2",
"subcategory": "trigsimp",
"sympy_ops": 2,
"sympy_result": "cos(2*x)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.1411200080598672
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.9854497299884601
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 0.951602073889516
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": -0.9936910036334644
}
}
],
"id": 896,
"input": "2*sin(x)*cos(x)",
"input_ops": 4,
"key": "2*sin(x)*cos(x)",
"subcategory": "trigsimp",
"sympy_ops": 2,
"sympy_result": "sin(2*x)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": -0.9899924966004454
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.16996714290024093
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -0.3073328699784197
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": -0.11215252693505452
}
}
],
"id": 897,
"input": "cos(x)**2 - sin(x)**2",
"input_ops": 5,
"key": "cos(x)**2 - sin(x)**2",
"subcategory": "trigsimp",
"sympy_ops": 2,
"sympy_result": "cos(2*x)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.004978714168704247
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.24277779258358226
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 0.22638662675770693
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.24685545267552048
}
}
],
"id": 898,
"input": "sin(x)**2*cos(x)**2",
"input_ops": 5,
"key": "sin(x)**2*cos(x)**2",
"subcategory": "trigsimp",
"sympy_ops": 5,
"sympy_result": "1/8 - cos(4*x)/8"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.9949962483002227
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.4150164285498795
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 0.6536664349892098
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.5560762634675273
}
}
],
"id": 899,
"input": "(1 - cos(2*x))/2",
"input_ops": 5,
"key": "(1 - cos(2*x))/2",
"subcategory": "trigsimp",
"sympy_ops": 2,
"sympy_result": "sin(x)**2"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.9974949866040544
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.644217687237691
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -0.8084964038195902
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.7457052121767201
}
}
],
"id": 900,
"input": "tan(x)*cos(x)",
"input_ops": 3,
"key": "tan(x)*cos(x)",
"subcategory": "trigsimp",
"sympy_ops": 1,
"sympy_result": "sin(x)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": 0.7,
"y": -0.3
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": -1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 0.0
}
}
],
"id": 901,
"input": "sin(x + y) - sin(x)*cos(y) - cos(x)*sin(y)",
"input_ops": 10,
"key": "sin(x + y) - sin(x)*cos(y) - cos(x)*sin(y)",
"subcategory": "trigsimp",
"sympy_ops": 0,
"sympy_result": "0"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 1.0
}
}
],
"id": 902,
"input": "cosh(x)**2 - sinh(x)**2",
"input_ops": 5,
"key": "cosh(x)**2 - sinh(x)**2",
"subcategory": "trigsimp",
"sympy_ops": 0,
"sympy_result": "1"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.1414744033354058
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 1.5296843745689768
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -1.1770022345106914
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": -1.3325520425596484
}
}
],
"id": 903,
"input": "sin(2*x)/sin(x)",
"input_ops": 4,
"key": "sin(2*x)/sin(x)",
"subcategory": "trigsimp",
"sympy_ops": 2,
"sympy_result": "2*cos(x)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 1.0
}
}
],
"id": 904,
"input": "1/cos(x)**2 - tan(x)**2",
"input_ops": 6,
"key": "1/cos(x)**2 - tan(x)**2",
"subcategory": "trigsimp",
"sympy_ops": 0,
"sympy_result": "1"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.9974949866040544
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.644217687237691
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -0.8084964038195902
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.7457052121767201
}
}
],
"id": 905,
"input": "sin(x)**3 + sin(x)*cos(x)**2",
"input_ops": 7,
"key": "sin(x)**3 + sin(x)*cos(x)**2",
"subcategory": "trigsimp",
"sympy_ops": 1,
"sympy_result": "sin(x)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.0
}
}
],
"id": 906,
"input": "cos(x)**4 - sin(x)**4 - cos(2*x)",
"input_ops": 8,
"key": "cos(x)**4 - sin(x)**4 - cos(2*x)",
"subcategory": "trigsimp",
"sympy_ops": 0,
"sympy_result": "0"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.1411200080598671
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 1.9854497299884601
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 1.951602073889516
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.006308996366535544
}
}
],
"id": 907,
"input": "(sin(x) + cos(x))**2",
"input_ops": 4,
"key": "(sin(x) + cos(x))**2",
"subcategory": "trigsimp",
"sympy_ops": 5,
"sympy_result": "2*sin(x + pi/4)**2"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5,
"y": 0.5
},
"value": {
"im": 0.0,
"re": 0.9092974268256817
}
},
{
"subs": {
"x": 0.7,
"y": -0.3
},
"value": {
"im": 0.0,
"re": 0.38941834230865047
}
},
{
"subs": {
"x": -1.25,
"y": 2.25
},
"value": {
"im": 0.0,
"re": 0.8414709848078965
}
}
],
"id": 908,
"input": "sin(x)*cos(y) + cos(x)*sin(y)",
"input_ops": 7,
"key": "sin(x)*cos(y) + cos(x)*sin(y)",
"subcategory": "trigsimp",
"sympy_ops": 2,
"sympy_result": "sin(x + y)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.0
}
}
],
"id": 909,
"input": "cos(3*x) - 4*cos(x)**3 + 3*cos(x)",
"input_ops": 9,
"key": "cos(3*x) - 4*cos(x)**3 + 3*cos(x)",
"subcategory": "trigsimp",
"sympy_ops": 0,
"sympy_result": "0"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 14.172334791474372
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 2.029530212589759
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 2.1017188327735887
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": -2.012698105031577
}
}
],
"id": 910,
"input": "tan(x) + 1/tan(x)",
"input_ops": 4,
"key": "tan(x) + 1/tan(x)",
"subcategory": "trigsimp",
"sympy_ops": 4,
"sympy_result": "tan(x) + 1/tan(x)"
},
{
"category": "simplify",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 0.0
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 0.0
}
}
],
"id": 911,
"input": "sinh(2*x) - 2*sinh(x)*cosh(x)",
"input_ops": 7,
"key": "sinh(2*x) - 2*sinh(x)*cosh(x)",
"subcategory": "trigsimp",
"sympy_ops": 0,
"sympy_result": "0"
},
{
"category": "solve",
"id": 912,
"input": "sin(x) - 1/2",
"key": "sin(x) - 1/2",
"solutions_in_window": [
-9.94837673636768,
-5.759586531581288,
-3.6651914291880923,
0.5235987755982989,
2.6179938779914944,
6.806784082777885,
8.901179185171081
],
"subcategory": "general_periodic",
"sympy_result": "Union(ImageSet(Lambda(_n, 2*_n*pi + pi/6), Integers), ImageSet(Lambda(_n, 2*_n*pi + 5*pi/6), Integers))",
"variable": "x",
"window": 10.0
},
{
"category": "solve",
"id": 913,
"input": "cos(x) - 1/2",
"key": "cos(x) - 1/2",
"solutions_in_window": [
-7.3303828583761845,
-5.235987755982989,
-1.0471975511965979,
1.0471975511965979,
5.235987755982989,
7.3303828583761845
],
"subcategory": "general_periodic",
"sympy_result": "Union(ImageSet(Lambda(_n, 2*_n*pi + pi/3), Integers), ImageSet(Lambda(_n, 2*_n*pi + 5*pi/3), Integers))",
"variable": "x",
"window": 10.0
},
{
"category": "solve",
"id": 914,
"input": "tan(x) - 1",
"key": "tan(x) - 1",
"solutions_in_window": [
-8.639379797371932,
-5.497787143782138,
-2.356194490192345,
0.7853981633974483,
3.9269908169872414,
7.0685834705770345
],
"subcategory": "general_periodic",
"sympy_result": "ImageSet(Lambda(_n, _n*pi + pi/4), Integers)",
"variable": "x",
"window": 10.0
},
{
"category": "solve",
"id": 915,
"input": "cos(2*x) - 1/2",
"key": "cos(2*x) - 1/2",
"solutions_in_window": [
-9.94837673636768,
-8.901179185171081,
-6.806784082777885,
-5.759586531581288,
-3.6651914291880923,
-2.6179938779914944,
-0.5235987755982989,
0.5235987755982989,
2.6179938779914944,
3.6651914291880923,
5.759586531581288,
6.806784082777885,
8.901179185171081,
9.94837673636768
],
"subcategory": "general_periodic",
"sympy_result": "Union(ImageSet(Lambda(_n, _n*pi + pi/6), Integers), ImageSet(Lambda(_n, _n*pi + 5*pi/6), Integers))",
"variable": "x",
"window": 10.0
},
{
"category": "solve",
"id": 916,
"input": "sin(3*x)",
"key": "sin(3*x)",
"solutions_in_window": [
-9.42477796076938,
-8.377580409572783,
-7.3303828583761845,
-6.283185307179586,
-5.235987755982989,
-4.188790204786391,
-3.141592653589793,
-2.0943951023931957,
-1.0471975511965979,
0.0,
1.0471975511965979,
2.0943951023931957,
3.141592653589793,
4.188790204786391,
5.235987755982989,
6.283185307179586,
7.3303828583761845,
8.377580409572783,
9.42477796076938
],
"subcategory": "general_periodic",
"sympy_result": "Union(ImageSet(Lambda(_n, 2*_n*pi/3), Integers), ImageSet(Lambda(_n, 2*_n*pi/3 + pi/3), Integers))",
"variable": "x",
"window": 10.0
},
{
"category": "solve",
"id": 917,
"input": "sin(x)**2 - sin(x)",
"key": "sin(x)**2 - sin(x)",
"solutions_in_window": [
-9.42477796076938,
-6.283185307179586,
-4.71238898038469,
-3.141592653589793,
0.0,
1.5707963267948966,
3.141592653589793,
6.283185307179586,
7.853981633974483,
9.42477796076938
],
"subcategory": "general_periodic",
"sympy_result": "Union(ImageSet(Lambda(_n, 2*_n*pi), Integers), ImageSet(Lambda(_n, 2*_n*pi + pi), Integers), ImageSet(Lambda(_n, 2*_n*pi + pi/2), Integers))",
"variable": "x",
"window": 10.0
},
{
"category": "solve",
"id": 918,
"input": "2*cos(x)**2 - 1",
"key": "2*cos(x)**2 - 1",
"solutions_in_window": [
-8.639379797371932,
-7.0685834705770345,
-5.497787143782138,
-3.9269908169872414,
-2.356194490192345,
-0.7853981633974483,
0.7853981633974483,
2.356194490192345,
3.9269908169872414,
5.497787143782138,
7.0685834705770345,
8.639379797371932
],
"subcategory": "general_periodic",
"sympy_result": "Union(ImageSet(Lambda(_n, 2*_n*pi + pi/4), Integers), ImageSet(Lambda(_n, 2*_n*pi + 3*pi/4), Integers), ImageSet(Lambda(_n, 2*_n*pi + 5*pi/4), Integers), ImageSet(Lambda(_n, 2*_n*pi + 7*pi/4), Integers))",
"variable": "x",
"window": 10.0
},
{
"category": "solve",
"id": 919,
"input": "sin(x) + cos(x)",
"key": "sin(x) + cos(x)",
"solutions_in_window": [
-7.0685834705770345,
-3.9269908169872414,
-0.7853981633974483,
2.356194490192345,
5.497787143782138,
8.639379797371932
],
"subcategory": "general_periodic",
"sympy_result": "Union(ImageSet(Lambda(_n, 2*_n*pi + 3*pi/4), Integers), ImageSet(Lambda(_n, 2*_n*pi + 7*pi/4), Integers))",
"variable": "x",
"window": 10.0
},
{
"category": "solve",
"id": 920,
"input": "tan(x)**2 - 3",
"key": "tan(x)**2 - 3",
"solutions_in_window": [
-8.377580409572783,
-7.3303828583761845,
-5.235987755982989,
-4.188790204786391,
-2.0943951023931957,
-1.0471975511965979,
1.0471975511965979,
2.0943951023931957,
4.188790204786391,
5.235987755982989,
7.3303828583761845,
8.377580409572783
],
"subcategory": "general_periodic",
"sympy_result": "Union(ImageSet(Lambda(_n, _n*pi + pi/3), Integers), ImageSet(Lambda(_n, _n*pi + 2*pi/3), Integers))",
"variable": "x",
"window": 10.0
},
{
"category": "solve",
"id": 921,
"input": "sin(2*x) - cos(x)",
"key": "sin(2*x) - cos(x)",
"solutions_in_window": [
-9.94837673636768,
-7.853981633974483,
-5.759586531581288,
-4.71238898038469,
-3.6651914291880923,
-1.5707963267948966,
0.5235987755982989,
1.5707963267948966,
2.6179938779914944,
4.71238898038469,
6.806784082777885,
7.853981633974483,
8.901179185171081
],
"subcategory": "general_periodic",
"sympy_result": "Union(ImageSet(Lambda(_n, 2*_n*pi + pi/2), Integers), ImageSet(Lambda(_n, 2*_n*pi + 3*pi/2), Integers), ImageSet(Lambda(_n, 2*_n*pi + 5*pi/6), Integers), ImageSet(Lambda(_n, 2*_n*pi + pi/6), Integers))",
"variable": "x",
"window": 10.0
},
{
"category": "solve",
"id": 922,
"input": "cos(x)**2 - 3/4",
"key": "cos(x)**2 - 3/4",
"solutions_in_window": [
-9.94837673636768,
-8.901179185171081,
-6.806784082777885,
-5.759586531581288,
-3.6651914291880923,
-2.6179938779914944,
-0.5235987755982989,
0.5235987755982989,
2.6179938779914944,
3.6651914291880923,
5.759586531581288,
6.806784082777885,
8.901179185171081,
9.94837673636768
],
"subcategory": "general_periodic",
"sympy_result": "Union(ImageSet(Lambda(_n, 2*_n*pi + pi/6), Integers), ImageSet(Lambda(_n, 2*_n*pi + 5*pi/6), Integers), ImageSet(Lambda(_n, 2*_n*pi + 7*pi/6), Integers), ImageSet(Lambda(_n, 2*_n*pi + 11*pi/6), Integers))",
"variable": "x",
"window": 10.0
},
{
"category": "solve",
"id": 923,
"input": "sin(x - pi/3) - sqrt(3)/2",
"key": "sin(x - pi/3) - sqrt(3)/2",
"solutions_in_window": [
-9.42477796076938,
-4.188790204786391,
-3.141592653589793,
2.0943951023931957,
3.141592653589793,
8.377580409572783,
9.42477796076938
],
"subcategory": "general_periodic",
"sympy_result": "Union(ImageSet(Lambda(_n, 2*_n*pi + 2*pi/3), Integers), ImageSet(Lambda(_n, 2*_n*pi + pi), Integers))",
"variable": "x",
"window": 10.0
},
{
"category": "special_func",
"digits30": "1.64493406684822643647241516665",
"id": 924,
"input": "zeta(2)",
"key": "zeta(2)",
"subcategory": "numeric",
"sympy_result": "1.64493406684822643647241516665",
"value": {
"im": 0.0,
"re": 1.6449340668482264
}
},
{
"category": "special_func",
"digits30": "1.20205690315959428539973816151",
"id": 925,
"input": "zeta(3)",
"key": "zeta(3)",
"subcategory": "numeric",
"sympy_result": "1.20205690315959428539973816151",
"value": {
"im": 0.0,
"re": 1.2020569031595942
}
},
{
"category": "special_func",
"digits30": "-1.46035450880958681288949915252",
"id": 926,
"input": "zeta(1/2)",
"key": "zeta(1/2)",
"subcategory": "numeric",
"sympy_result": "-1.46035450880958681288949915252",
"value": {
"im": 0.0,
"re": -1.4603545088095868
}
},
{
"category": "special_func",
"digits30": "0.00833333333333333333333333333333",
"id": 927,
"input": "zeta(-3)",
"key": "zeta(-3)",
"subcategory": "numeric",
"sympy_result": "0.00833333333333333333333333333333",
"value": {
"im": 0.0,
"re": 0.008333333333333333
}
},
{
"category": "special_func",
"digits30": "1.00834927738192282683979754985",
"id": 928,
"input": "zeta(7)",
"key": "zeta(7)",
"subcategory": "numeric",
"sympy_result": "1.00834927738192282683979754985",
"value": {
"im": 0.0,
"re": 1.008349277381923
}
},
{
"category": "special_func",
"digits30": "-0.500000000000000000000000000000",
"id": 929,
"input": "zeta(0)",
"key": "zeta(0)",
"subcategory": "numeric",
"sympy_result": "-0.500000000000000000000000000000",
"value": {
"im": 0.0,
"re": -0.5
}
},
{
"category": "special_func",
"digits30": "-0.0833333333333333333333333333333",
"id": 930,
"input": "zeta(-1)",
"key": "zeta(-1)",
"subcategory": "numeric",
"sympy_result": "-0.0833333333333333333333333333333",
"value": {
"im": 0.0,
"re": -0.08333333333333333
}
},
{
"category": "special_func",
"digits30": "1.34148725725091717975676969335",
"id": 931,
"input": "zeta(5/2)",
"key": "zeta(5/2)",
"subcategory": "numeric",
"sympy_result": "1.34148725725091717975676969335",
"value": {
"im": 0.0,
"re": 1.341487257250917
}
},
{
"category": "special_func",
"digits30": "1.64493406684822643647241516665",
"id": 932,
"input": "polygamma(1, 1)",
"key": "polygamma(1, 1)",
"subcategory": "numeric",
"sympy_result": "1.64493406684822643647241516665",
"value": {
"im": 0.0,
"re": 1.6449340668482264
}
},
{
"category": "special_func",
"digits30": "4.93480220054467930941724549994",
"id": 933,
"input": "polygamma(1, 1/2)",
"key": "polygamma(1, 1/2)",
"subcategory": "numeric",
"sympy_result": "4.93480220054467930941724549994",
"value": {
"im": 0.0,
"re": 4.934802200544679
}
},
{
"category": "special_func",
"digits30": "-55.1221223994016075524557559548",
"id": 934,
"input": "polygamma(2, 1/3)",
"key": "polygamma(2, 1/3)",
"subcategory": "numeric",
"sympy_result": "-55.1221223994016075524557559548",
"value": {
"im": 0.0,
"re": -55.122122399401604
}
},
{
"category": "special_func",
"digits30": "0.223905848817252051255147503520",
"id": 935,
"input": "polygamma(3, 5/2)",
"key": "polygamma(3, 5/2)",
"subcategory": "numeric",
"sympy_result": "0.223905848817252051255147503520",
"value": {
"im": 0.0,
"re": 0.22390584881725206
}
},
{
"category": "special_func",
"digits30": "0.153545177959337547583526277757",
"id": 936,
"input": "polygamma(1, 7)",
"key": "polygamma(1, 7)",
"subcategory": "numeric",
"sympy_result": "0.153545177959337547583526277757",
"value": {
"im": 0.0,
"re": 0.15354517795933756
}
},
{
"category": "special_func",
"digits30": "1.60541297680269484857672014820",
"id": 937,
"input": "Si(2)",
"key": "Si(2)",
"subcategory": "numeric",
"sympy_result": "1.60541297680269484857672014820",
"value": {
"im": 0.0,
"re": 1.6054129768026948
}
},
{
"category": "special_func",
"digits30": "0.493107418043066689161626707573",
"id": 938,
"input": "Si(1/2)",
"key": "Si(1/2)",
"subcategory": "numeric",
"sympy_result": "0.493107418043066689161626707573",
"value": {
"im": 0.0,
"re": 0.4931074180430667
}
},
{
"category": "special_func",
"digits30": "1.65834759421887404933097187939",
"id": 939,
"input": "Si(10)",
"key": "Si(10)",
"subcategory": "numeric",
"sympy_result": "1.65834759421887404933097187939",
"value": {
"im": 0.0,
"re": 1.6583475942188741
}
},
{
"category": "special_func",
"digits30": "0.470356317195399886675082152237",
"id": 940,
"input": "Ci(3/2)",
"key": "Ci(3/2)",
"subcategory": "numeric",
"sympy_result": "0.470356317195399886675082152237",
"value": {
"im": 0.0,
"re": 0.4703563171953999
}
},
{
"category": "special_func",
"digits30": "-1.72786838665729663899772515291",
"id": 941,
"input": "Ci(1/10)",
"key": "Ci(1/10)",
"subcategory": "numeric",
"sympy_result": "-1.72786838665729663899772515291",
"value": {
"im": 0.0,
"re": -1.7278683866572966
}
},
{
"category": "special_func",
"digits30": "0.0444198208453533165397687169926",
"id": 942,
"input": "Ci(20)",
"key": "Ci(20)",
"subcategory": "numeric",
"sympy_result": "0.0444198208453533165397687169926",
"value": {
"im": 0.0,
"re": 0.044419820845353314
}
},
{
"category": "special_func",
"digits30": "4.95423435600189016337950513023",
"id": 943,
"input": "Ei(2)",
"key": "Ei(2)",
"subcategory": "numeric",
"sympy_result": "4.95423435600189016337950513023",
"value": {
"im": 0.0,
"re": 4.95423435600189
}
},
{
"category": "special_func",
"digits30": "-0.219383934395520273677163775460",
"id": 944,
"input": "Ei(-1)",
"key": "Ei(-1)",
"subcategory": "numeric",
"sympy_result": "-0.219383934395520273677163775460",
"value": {
"im": 0.0,
"re": -0.21938393439552029
}
},
{
"category": "special_func",
"digits30": "-0.158092108971155710313577306230",
"id": 945,
"input": "Ei(1/3)",
"key": "Ei(1/3)",
"subcategory": "numeric",
"sympy_result": "-0.158092108971155710313577306230",
"value": {
"im": 0.0,
"re": -0.15809210897115572
}
},
{
"category": "special_func",
"digits30": "6.16559950478729793752298175267",
"id": 946,
"input": "li(10)",
"key": "li(10)",
"subcategory": "numeric",
"sympy_result": "6.16559950478729793752298175267",
"value": {
"im": 0.0,
"re": 6.165599504787298
}
},
{
"category": "special_func",
"digits30": "1.04516378011749278484458888919",
"id": 947,
"input": "li(2)",
"key": "li(2)",
"subcategory": "numeric",
"sympy_result": "1.04516378011749278484458888919",
"value": {
"im": 0.0,
"re": 1.045163780117493
}
},
{
"category": "special_func",
"digits30": "177.609657990152226687640623949",
"id": 948,
"input": "li(1000)",
"key": "li(1000)",
"subcategory": "numeric",
"sympy_result": "177.609657990152226687640623949",
"value": {
"im": 0.0,
"re": 177.60965799015221
}
},
{
"category": "special_func",
"digits30": "0.577215664901532860606512090082",
"id": 949,
"input": "EulerGamma",
"key": "EulerGamma",
"subcategory": "numeric",
"sympy_result": "0.577215664901532860606512090082",
"value": {
"im": 0.0,
"re": 0.5772156649015329
}
},
{
"category": "special_func",
"digits30": "0.915965594177219015054603514932",
"id": 950,
"input": "Catalan",
"key": "Catalan",
"subcategory": "numeric",
"sympy_result": "0.915965594177219015054603514932",
"value": {
"im": 0.0,
"re": 0.915965594177219
}
},
{
"category": "special_func",
"digits30": "1.61803398874989484820458683437",
"id": 951,
"input": "GoldenRatio",
"key": "GoldenRatio",
"subcategory": "numeric",
"sympy_result": "1.61803398874989484820458683437",
"value": {
"im": 0.0,
"re": 1.618033988749895
}
},
{
"category": "special_func",
"digits30": "1.00000000000000000000000000000",
"id": 952,
"input": "GoldenRatio**2 - GoldenRatio",
"key": "GoldenRatio**2 - GoldenRatio",
"subcategory": "numeric",
"sympy_result": "1.00000000000000000000000000000",
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"category": "special_func",
"digits30": "3.45480644650969401238409225660",
"id": 953,
"input": "EulerGamma + Catalan*pi",
"key": "EulerGamma + Catalan*pi",
"subcategory": "numeric",
"sympy_result": "3.45480644650969401238409225660",
"value": {
"im": 0.0,
"re": 3.454806446509694
}
},
{
"category": "special_func",
"digits30": "2.67893853470774763365569294097",
"id": 954,
"input": "gamma(1/3)",
"key": "gamma(1/3)",
"subcategory": "numeric",
"sympy_result": "2.67893853470774763365569294097",
"value": {
"im": 0.0,
"re": 2.6789385347077475
}
},
{
"category": "special_func",
"digits30": "0.520499877813046537682746653892",
"id": 955,
"input": "erf(1/2)",
"key": "erf(1/2)",
"subcategory": "numeric",
"sympy_result": "0.520499877813046537682746653892",
"value": {
"im": 0.0,
"re": 0.5204998778130465
}
},
{
"category": "special_func",
"digits30": "-3.13203378002080632299641907429",
"id": 956,
"input": "digamma(1/3)",
"key": "digamma(1/3)",
"subcategory": "numeric",
"sympy_result": "-3.13203378002080632299641907429",
"value": {
"im": 0.0,
"re": -3.1320337800208065
}
},
{
"category": "special_func",
"digits30": "12.8018274800814696112077178746",
"id": 957,
"input": "loggamma(10)",
"key": "loggamma(10)",
"subcategory": "numeric",
"sympy_result": "12.8018274800814696112077178746",
"value": {
"im": 0.0,
"re": 12.801827480081469
}
},
{
"category": "special_func",
"digits30": "0.567143290409783872999968662210",
"id": 958,
"input": "LambertW(1)",
"key": "LambertW(1)",
"subcategory": "numeric",
"sympy_result": "0.567143290409783872999968662210",
"value": {
"im": 0.0,
"re": 0.5671432904097838
}
},
{
"category": "special_func",
"digits30": "1.50670300992298503088656504818",
"id": 959,
"input": "zeta(2)*Catalan",
"key": "zeta(2)*Catalan",
"subcategory": "numeric",
"sympy_result": "1.50670300992298503088656504818",
"value": {
"im": 0.0,
"re": 1.506703009922985
}
},
{
"category": "special_func",
"digits30": "1.85193705198246617036105337016",
"id": 960,
"input": "Si(pi)",
"key": "Si(pi)",
"subcategory": "numeric",
"sympy_result": "1.85193705198246617036105337016",
"value": {
"im": 0.0,
"re": 1.8519370519824663
}
},
{
"category": "special_func",
"digits30": "0.470356317195399886675082152237 + 3.14159265358979323846264338328*I",
"id": 961,
"input": "Ci(-3/2)",
"key": "Ci(-3/2)",
"subcategory": "numeric",
"sympy_result": "0.470356317195399886675082152237 + 3.14159265358979323846264338328*I",
"value": {
"im": 3.141592653589793,
"re": 0.4703563171953999
}
},
{
"category": "special_func",
"digits30": "-24.8862661234408782319527716750",
"id": 962,
"input": "polygamma(4, 1)",
"key": "polygamma(4, 1)",
"subcategory": "numeric",
"sympy_result": "-24.8862661234408782319527716750",
"value": {
"im": 0.0,
"re": -24.88626612344088
}
},
{
"category": "special_func",
"digits30": "40.1852753558031774550914217938",
"id": 963,
"input": "Ei(5)",
"key": "Ei(5)",
"subcategory": "numeric",
"sympy_result": "40.1852753558031774550914217938",
"value": {
"im": 0.0,
"re": 40.18527535580318
}
},
{
"category": "sqf_list",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 2.03125
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.22797
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -71.76192
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 35.07933
}
}
],
"id": 964,
"input": "x**5 - x**4 - x + 1",
"key": "x**5 - x**4 - x + 1",
"parts": [
[
"x**3 + x**2 + x + 1",
1,
3
],
[
"x - 1",
2,
1
]
],
"subcategory": "univariate",
"sympy_result": "(x - 1)**2*(x**3 + x**2 + x + 1)",
"variable": "x"
},
{
"category": "sqf_list",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.265625
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.021609
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 239.878144
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 47.293129
}
}
],
"id": 965,
"input": "x**6 - 2*x**5 + x**4",
"key": "x**6 - 2*x**5 + x**4",
"parts": [
[
"x - 1",
2,
1
],
[
"x",
4,
1
]
],
"subcategory": "univariate",
"sympy_result": "x**4*(x - 1)**2",
"variable": "x"
},
{
"category": "sqf_list",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 4.9765625
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.2932767
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -7.6546048
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 255.5157137
}
}
],
"id": 966,
"input": "x**7 + x**6 - 4*x**5 + 3*x**3 - 5*x**2 + 8*x - 4",
"key": "(x - 1)**3*(x + 2)**2*(x**2 + 1)",
"parts": [
[
"x**2 + 1",
1,
2
],
[
"x + 2",
2,
1
],
[
"x - 1",
3,
1
]
],
"subcategory": "univariate",
"sympy_result": "(x - 1)**3*(x + 2)**2*(x**2 + 1)",
"variable": "x"
},
{
"category": "sqf_list",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 1.5625
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.2601
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 14.7456
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 18.4041
}
}
],
"id": 967,
"input": "x**4 - 2*x**2 + 1",
"key": "x**4 - 2*x**2 + 1",
"parts": [
[
"x**2 - 1",
2,
2
]
],
"subcategory": "univariate",
"sympy_result": "(x**2 - 1)**2",
"variable": "x"
},
{
"category": "sqf_list",
"content": "2",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 42.1875
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 1.98254
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -30.66624
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 264.99726
}
}
],
"id": 968,
"input": "2*x**5 + 4*x**4 + 2*x**3",
"key": "2*x**5 + 4*x**4 + 2*x**3",
"parts": [
[
"x + 1",
2,
1
],
[
"x",
3,
1
]
],
"subcategory": "univariate",
"sympy_result": "2*x**3*(x + 1)**2",
"variable": "x"
},
{
"category": "sqf_list",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.6328125
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": -0.0064827
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -767.6100608
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 61.4810677
}
}
],
"id": 969,
"input": "x**7 - 3*x**6 + 3*x**5 - x**4",
"key": "x**7 - 3*x**6 + 3*x**5 - x**4",
"parts": [
[
"x - 1",
3,
1
],
[
"x",
4,
1
]
],
"subcategory": "univariate",
"sympy_result": "x**4*(x - 1)**3",
"variable": "x"
},
{
"category": "sqf_list",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 0.875
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.243
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": -2.048
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 7.267
}
}
],
"id": 970,
"input": "x**3 - 3*x + 2",
"key": "x**3 - 3*x + 2",
"parts": [
[
"x + 2",
1,
1
],
[
"x - 1",
2,
1
]
],
"subcategory": "univariate",
"sympy_result": "(x - 1)**2*(x + 2)",
"variable": "x"
},
{
"category": "sqf_list",
"content": "1",
"eval_points": [
{
"subs": {
"x": 1.5
},
"value": {
"im": 0.0,
"re": 16.50390625
}
},
{
"subs": {
"x": 0.7
},
"value": {
"im": 0.0,
"re": 0.57744801
}
},
{
"subs": {
"x": -2.2
},
"value": {
"im": 0.0,
"re": 502.90753536
}
},
{
"subs": {
"x": 2.3
},
"value": {
"im": 0.0,
"re": 728.14165281
}
}
],
"id": 971,
"input": "x**8 - 2*x**4 + 1",
"key": "x**8 - 2*x**4 + 1",
"parts": [
[
"x**4 - 1",
2,
4
]
],
"subcategory": "univariate",
"sympy_result": "(x**4 - 1)**2",
"variable": "x"
},
{
"category": "summation",
"id": 972,
"input": "k**(-2)",
"key": "1/k**2",
"subcategory": "convergence",
"sympy_result": "True",
"value_bool": true,
"variable": "k"
},
{
"category": "summation",
"id": 973,
"input": "1/k",
"key": "1/k",
"subcategory": "convergence",
"sympy_result": "False",
"value_bool": false,
"variable": "k"
},
{
"category": "summation",
"id": 974,
"input": "(-1)**k/k",
"key": "(-1)**k/k",
"subcategory": "convergence",
"sympy_result": "True",
"value_bool": true,
"variable": "k"
},
{
"category": "summation",
"id": 975,
"input": "1/(k*log(k)**2)",
"key": "1/(k*log(k)**2)",
"subcategory": "convergence",
"sympy_result": "True",
"value_bool": true,
"variable": "k"
},
{
"category": "summation",
"id": 976,
"input": "k/2**k",
"key": "k/2**k",
"subcategory": "convergence",
"sympy_result": "True",
"value_bool": true,
"variable": "k"
},
{
"category": "summation",
"id": 977,
"input": "1/sqrt(k)",
"key": "1/sqrt(k)",
"subcategory": "convergence",
"sympy_result": "False",
"value_bool": false,
"variable": "k"
},
{
"category": "summation",
"id": 978,
"input": "factorial(k)/k**k",
"key": "factorial(k)/k**k",
"subcategory": "convergence",
"sympy_result": "True",
"value_bool": true,
"variable": "k"
},
{
"category": "summation",
"id": 979,
"input": "1/(k**2 + 1)",
"key": "1/(k**2 + 1)",
"subcategory": "convergence",
"sympy_result": "True",
"value_bool": true,
"variable": "k"
},
{
"category": "summation",
"id": 980,
"input": "k/(k**2 + 1)",
"key": "k/(k**2 + 1)",
"subcategory": "convergence",
"sympy_result": "False",
"value_bool": false,
"variable": "k"
},
{
"category": "summation",
"id": 981,
"input": "1/(k*log(k))",
"key": "1/(k*log(k))",
"subcategory": "convergence",
"sympy_result": "False",
"value_bool": false,
"variable": "k"
},
{
"category": "summation",
"id": 982,
"input": "(k/(k + 1))**(k**2)",
"key": "(k/(k + 1))**k**2",
"subcategory": "convergence",
"sympy_result": "True",
"value_bool": true,
"variable": "k"
},
{
"category": "summation",
"id": 983,
"input": "2**k/factorial(k)",
"key": "2**k/factorial(k)",
"subcategory": "convergence",
"sympy_result": "True",
"value_bool": true,
"variable": "k"
},
{
"category": "summation",
"id": 984,
"input": "k**(-3/2)",
"key": "1/k**Rational(3, 2)",
"subcategory": "convergence",
"sympy_result": "True",
"value_bool": true,
"variable": "k"
},
{
"category": "summation",
"id": 985,
"input": "(-1)**k",
"key": "(-1)**k",
"subcategory": "convergence",
"sympy_result": "False",
"value_bool": false,
"variable": "k"
},
{
"category": "summation",
"id": 986,
"input": "log(k)/k**2",
"key": "log(k)/k**2",
"subcategory": "convergence",
"sympy_result": "True",
"value_bool": true,
"variable": "k"
},
{
"category": "summation",
"id": 987,
"input": "k**2/(k**4 + 1)",
"key": "k**2/(k**4 + 1)",
"subcategory": "convergence",
"sympy_result": "True",
"value_bool": true,
"variable": "k"
},
{
"category": "summation",
"id": 988,
"input": "1/k",
"key": "1/k",
"lower": "1",
"subcategory": "divergent",
"sympy_result": "oo",
"upper": "oo",
"value": {
"special": "oo"
},
"variable": "k"
},
{
"category": "summation",
"id": 989,
"input": "1/sqrt(k)",
"key": "1/sqrt(k)",
"lower": "1",
"subcategory": "divergent",
"sympy_result": "Sum(1/sqrt(k), (k, 1, oo))",
"upper": "oo",
"value": {
"im": 0.0,
"re": 9.046256971665328e+74
},
"variable": "k"
},
{
"category": "summation",
"id": 990,
"input": "k",
"key": "k",
"lower": "1",
"subcategory": "divergent",
"sympy_result": "oo",
"upper": "oo",
"value": {
"special": "oo"
},
"variable": "k"
},
{
"category": "summation",
"id": 991,
"input": "(k + 1)/k",
"key": "(k + 1)/k",
"lower": "1",
"subcategory": "divergent",
"sympy_result": "oo",
"upper": "oo",
"value": {
"special": "oo"
},
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 9.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 36.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 100.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 225.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 441.0
}
}
],
"id": 992,
"input": "k**3",
"key": "k**3",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "n**4/4 + n**3/2 + n**2/4",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 17.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 98.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 354.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 979.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 2275.0
}
}
],
"id": 993,
"input": "k**4",
"key": "k**4",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "n**5/5 + n**4/2 + n**3/3 - n/30",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 8.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 20.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 40.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 70.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 112.0
}
}
],
"id": 994,
"input": "k*(k + 1)",
"key": "k*(k + 1)",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "n**3/3 + n**2 + 2*n/3",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 0.5
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 0.6666666666666666
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 0.75
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 0.8
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 0.8333333333333334
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 0.8571428571428571
}
}
],
"id": 995,
"input": "1/(k*(k + 1))",
"key": "1/(k*(k + 1))",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "1 - 1/(n + 1)",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 0.3333333333333333
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 0.4583333333333333
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 0.525
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 0.5666666666666667
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 0.5952380952380952
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 0.6160714285714286
}
}
],
"id": 996,
"input": "1/(k*(k + 2))",
"key": "1/(k*(k + 2))",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "3/4 - 1/(2*(n + 2)) - 1/(2*(n + 1))",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 10.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 34.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 98.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 258.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 642.0
}
}
],
"id": 997,
"input": "k*2**k",
"key": "k*2**k",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "2*(2**n*n - 2**n + 1)",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 18.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 90.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 346.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 1146.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 3450.0
}
}
],
"id": 998,
"input": "k**2*2**k",
"key": "k**2*2**k",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "2*(2**n*n**2 - 2*2**n*n + 3*2**n - 3)",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 1.5
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 1.8333333333333333
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 2.0833333333333335
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 2.283333333333333
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 2.45
}
}
],
"id": 999,
"input": "1/k",
"key": "1/k",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "harmonic(n)",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 5.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 23.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 119.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 719.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 5039.0
}
}
],
"id": 1000,
"input": "k*factorial(k)",
"key": "k*factorial(k)",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "n*factorial(n) + factorial(n) - 1",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 10.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 35.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 84.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 165.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 286.0
}
}
],
"id": 1001,
"input": "(2*k - 1)**2",
"key": "(2*k - 1)**2",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "4*n**3/3 - n/3",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 3.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 12.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 39.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 120.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 363.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 1092.0
}
}
],
"id": 1002,
"input": "3**k",
"key": "3**k",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "3**(n + 1)/2 - 3/2",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 0.5
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 1.375
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 1.625
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 1.78125
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 1.875
}
}
],
"id": 1003,
"input": "k/2**k",
"key": "k/2**k",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "-(-2*2**n + n + 2)/2**n",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 0.3333333333333333
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 0.4
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 0.42857142857142855
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 0.4444444444444444
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 0.45454545454545453
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 0.46153846153846156
}
}
],
"id": 1004,
"input": "1/(4*k**2 - 1)",
"key": "1/(4*k**2 - 1)",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "1/2 - 1/(2*(2*n + 1))",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 3.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 7.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 15.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 31.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 63.0
}
}
],
"id": 1005,
"input": "binomial(n, k)",
"key": "binomial(n, k)",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": false,
"sympy_result": "Piecewise(((2**n/n - 1/n)*gamma(n + 1)/gamma(n), (re(n) > 0) | ((re(n) <= 0) & (re(n) > -1))), (Sum(binomial(n, k), (k, 1, n)), True))",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 4.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 12.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 32.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 80.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 192.0
}
}
],
"id": 1006,
"input": "k*binomial(n, k)",
"key": "k*binomial(n, k)",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": false,
"sympy_result": "Piecewise((2**(n - 1)*gamma(n + 1)/gamma(n), (re(n) > 1) | ((re(n) <= 1) & (re(n) > 0))), (Sum(k*binomial(n, k), (k, 1, n)), True))",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": -1.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": -2.0
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 2.0
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": -3.0
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 3.0
}
}
],
"id": 1007,
"input": "(-1)**k*k",
"key": "(-1)**k*k",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "(2*(-1)**n*n + (-1)**n - 1)/4",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"eval_points": [
{
"subs": {
"n": 1.0
},
"value": {
"im": 0.0,
"re": 1.0
}
},
{
"subs": {
"n": 2.0
},
"value": {
"im": 0.0,
"re": 1.25
}
},
{
"subs": {
"n": 3.0
},
"value": {
"im": 0.0,
"re": 1.3611111111111112
}
},
{
"subs": {
"n": 4.0
},
"value": {
"im": 0.0,
"re": 1.4236111111111112
}
},
{
"subs": {
"n": 5.0
},
"value": {
"im": 0.0,
"re": 1.4636111111111112
}
},
{
"subs": {
"n": 6.0
},
"value": {
"im": 0.0,
"re": 1.4913888888888889
}
}
],
"id": 1008,
"input": "1/k**2",
"key": "1/k**2",
"lower": "1",
"subcategory": "finite_symbolic",
"sympy_closed_form": true,
"sympy_result": "harmonic(n, 2)",
"upper": "n",
"variable": "k"
},
{
"category": "summation",
"id": 1009,
"input": "1/k**2",
"key": "1/k**2",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "pi**2/6",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.6449340668482264
},
"variable": "k"
},
{
"category": "summation",
"id": 1010,
"input": "1/k**4",
"key": "1/k**4",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "pi**4/90",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.0823232337111381
},
"variable": "k"
},
{
"category": "summation",
"id": 1011,
"input": "1/k**6",
"key": "1/k**6",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "pi**6/945",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.0173430619844492
},
"variable": "k"
},
{
"category": "summation",
"id": 1012,
"input": "1/(k*(k + 1))",
"key": "1/(k*(k + 1))",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "1",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "k"
},
{
"category": "summation",
"id": 1013,
"input": "1/2**k",
"key": "1/2**k",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "1",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "k"
},
{
"category": "summation",
"id": 1014,
"input": "k/3**k",
"key": "k/3**k",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "3/4",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.75
},
"variable": "k"
},
{
"category": "summation",
"id": 1015,
"input": "1/factorial(k)",
"key": "1/factorial(k)",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "-1 + E",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.7182818284590453
},
"variable": "k"
},
{
"category": "summation",
"id": 1016,
"input": "(-1)**k/k",
"key": "(-1)**k/k",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "-log(2)",
"upper": "oo",
"value": {
"im": 0.0,
"re": -0.6931471805599453
},
"variable": "k"
},
{
"category": "summation",
"id": 1017,
"input": "1/((2*k - 1)*(2*k + 1))",
"key": "1/((2*k - 1)*(2*k + 1))",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "1/2",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.5
},
"variable": "k"
},
{
"category": "summation",
"id": 1018,
"input": "(-1)**(k + 1)/k**2",
"key": "(-1)**(k + 1)/k**2",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "pi**2/12",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.8224670334241132
},
"variable": "k"
},
{
"category": "summation",
"id": 1019,
"input": "k**2/2**k",
"key": "k**2/2**k",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "6",
"upper": "oo",
"value": {
"im": 0.0,
"re": 6.0
},
"variable": "k"
},
{
"category": "summation",
"id": 1020,
"input": "1/(4*k**2 - 1)",
"key": "1/(4*k**2 - 1)",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "1/2",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.5
},
"variable": "k"
},
{
"category": "summation",
"id": 1021,
"input": "1/k**3",
"key": "1/k**3",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "zeta(3)",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.2020569031595942
},
"variable": "k"
},
{
"category": "summation",
"id": 1022,
"input": "(-1)**k/(2*k + 1)",
"key": "(-1)**k/(2*k + 1)",
"lower": "0",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "pi/4",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.7853981633974483
},
"variable": "k"
},
{
"category": "summation",
"id": 1023,
"input": "1/(k**2 + k)",
"key": "1/(k**2 + k)",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "1",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.0
},
"variable": "k"
},
{
"category": "summation",
"id": 1024,
"input": "1/(k*(k + 1)*(k + 2))",
"key": "1/(k*(k + 1)*(k + 2))",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "1/4",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.25
},
"variable": "k"
},
{
"category": "summation",
"id": 1025,
"input": "1/(k**2 + 1)",
"key": "1/(k**2 + 1)",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "-1/2 + pi/(2*tanh(pi))",
"upper": "oo",
"value": {
"im": 0.0,
"re": 1.0766740474685812
},
"variable": "k"
},
{
"category": "summation",
"id": 1026,
"input": "1/k**2*(1/2)**k",
"key": "1/k**2*(1/2)**k",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "-log(2)**2/2 + pi**2/12",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.5822405264650125
},
"variable": "k"
},
{
"category": "summation",
"id": 1027,
"input": "k/(k + 1)**3",
"key": "k/(k + 1)**3",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "-zeta(3) + pi**2/6",
"upper": "oo",
"value": {
"im": 0.0,
"re": 0.44287716368863217
},
"variable": "k"
},
{
"category": "summation",
"id": 1028,
"input": "(2/3)**k",
"key": "(2/3)**k",
"lower": "1",
"subcategory": "infinite",
"sympy_method": "symbolic",
"sympy_result": "2",
"upper": "oo",
"value": {
"im": 0.0,
"re": 2.0
},
"variable": "k"
}
],
"generated_by": "SymPy 1.14.0",
"generator": "scripts/generate_v02_fixtures.py",
"seed": 20260918
}