Feeds
질문
Removing exponents from a sysm class term
I am interested in removing the exponents from a syms class object. For instance, i wish the following expression, answer =...
대략 13년 전 | 답변 수: 2 | 0
2
답변질문
Factorization of syms class objects
I create Syms class matrices with elements taking a similar structure to this, a11*(a1*a4*a7 + a2*a5*a9) + a3*a7*a11 I...
대략 14년 전 | 답변 수: 1 | 0
1
답변질문
Operating on syms class matrices.
My algorithm returns matrices in the class "sym", of a similar form to the following matrix. matrix = [ a^2 + b*c, a...
대략 14년 전 | 답변 수: 2 | 0
2
답변질문
Evaluating matrices of class "sym".
My algorithm returns matrices in the class "sym", of a similar form to the following matrix. matrix = [ a^2 + b*c, a*b ...
대략 14년 전 | 답변 수: 1 | 0
