Re: is symbol computation possible if I use string variable?

2004-05-11 Thread Jeremy Braden
LabVIEW does not allow for a variable to be placed in a matrix. For a workaround, consider writing out all the math in LabVIEW. It is very ugly for high dimensions. For instance, |2 4| |3 a|= 2a -12 The right hand side of the equation would be easy to code in LabVIEW and it allows for altering

is symbol computation possible if I use string variable?

2004-05-10 Thread fenny
I need to solve a very complex equation (in fact it's a 4x4 characteristic equation), but the matix is too complex even with BESSEL, HANKEL functions of the vaiable{variable is also outside bell, hankel functions}, Because of it's complexity, I want to use iterative method: i assume a initial value