[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
''equationsToMatrix'' like command in octave
From: |
bluevales |
Subject: |
''equationsToMatrix'' like command in octave |
Date: |
Fri, 23 Sep 2016 12:09:43 -0700 (PDT) |
I have a set of 3 symbolic and linear equations, like these:
eq1 = A11*U1+A12*U2+A13*U3=0
eq2 = A21*U1+A22*U2+A23*U3=0
eq3 = A31*U1+A32*U2+A33*U3=0
In matlab I use the command "equationsToMatrix" to get the system in the
form of matrices [Aij]*[Ui]=[0]
Is there any equivalent command or an easy way to do that with octave?
Thank you
--
View this message in context:
http://octave.1599824.n4.nabble.com/equationsToMatrix-like-command-in-octave-tp4679907.html
Sent from the Octave - General mailing list archive at Nabble.com.
- ''equationsToMatrix'' like command in octave,
bluevales <=