英文: Solving for a specific result to an equation with one variable 问题 如果我想解一个只有一个可变变量的方程,以获得我想要的结果,我...
简化一个表达式,使用给定的另一个表达式的替代。
英文: Simplify an expression with the given substitution of another expression 问题 假设一个表达式 expr2=expr3(...
弹性张量的种群
英文: population of elasticity tensor 问题 我试图创建一个用于填充张量的代码,该张量应该具有36个独立的分量和对称性 C[i,j,k,l] = C[j,i,k,l] ...
简化 (1/x)^a / x^2 在 sympy 中的表达式。
英文: Simplify (1/x)^a / x^2 in sympy 问题 A long operation with sympy yielded the expression (1/x)^a / ...
如何在Python中将列表中的十进制值转换为分数表达式?
英文: How to convert decimal values to fractions in a list of expressions in Python? 问题 import sympy a...
从sympy.diff中提取函数的方法是什么?
英文: How to extract the function from sympy.diff? 问题 I'm here to assist with your translation request...
SymPy 微分方程系统
英文: Sympy system of differential equations 问题 问题 我正在为机械链接制作一个符号求解器详细信息请参考先前的问题 现在我可以使用 sympy.solve 解...
将多项式用SymPy表示为文字。
英文: Write polynomial as word using SymPy 问题 我想输入一个多项式,并将多项式的输出以“单词”的形式写出(即在自由代数的意义上,其中所有的幂都折叠成变量的乘积)...
How to add a row of coefficients to a matrix and compute differences between rows using sympy and fractions in Python?
英文: How to add a row of coefficients to a matrix and compute differences between rows using sympy an...
生成一个随机多项式,使用Sympy。
英文: Generate a random polynomial using Sympy 问题 I'd like to generate a polynomial of a random degree...