1 Pages (4 items)
Vectors to solve individual equation - Not sure if bug or feature - Messages
#1 Posted: 7/20/2012 11:00:20 PM
OK, SO I have a basic question. How do I use a vector to solve an equation? See attached where I have Area defined and Diameter is 8 and 16 inches. As long as I don't square the equation, the result remains a vector
Vectors01.smz (2 KiB) downloaded 38 time(s).
Vectors01.smz (2 KiB) downloaded 38 time(s).
#2 Posted: 7/21/2012 1:53:26 AM
Hello,
It seems that vectors - column matrix are multiplied getting their scalar product (sum of products of their elements). If you want the elemental product you should use for loop.
[MATH=eng]D:mat(8,16,2,1)[/MATH]
[MATH=eng]for(i,range(1,length(D)),el(A,i):π/4*el(D,i)^2)[/MATH]
[MATH=eng]A=mat(50.265,201.062,2,1)[/MATH]
Regards,
Radovan
It seems that vectors - column matrix are multiplied getting their scalar product (sum of products of their elements). If you want the elemental product you should use for loop.
[MATH=eng]D:mat(8,16,2,1)[/MATH]
[MATH=eng]for(i,range(1,length(D)),el(A,i):π/4*el(D,i)^2)[/MATH]
[MATH=eng]A=mat(50.265,201.062,2,1)[/MATH]
Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
1 users liked this post
ElSid 7/25/2012 10:35:00 AM
#3 Posted: 7/24/2012 8:17:48 PM
Thanks. I figured it out slightly before you posted. I see this question has been previously asked ... as the equivalent of MathCADs vectorize (e.g. element-wise matrix operation) http://en.smath.info/forum/yaf_postsm3770findlastpost_element-wise-matrix-operations.aspx#post3770. I hope Andre can get this feature implemented for the same reason on the link.
Secondary question, when defining a NEW unit, is there a way of forcing it to show in the same font and color (blue) as the built in units?
Secondary question, when defining a NEW unit, is there a way of forcing it to show in the same font and color (blue) as the built in units?
#4 Posted: 7/25/2012 3:25:24 AM
Sure, just use the apostrophe "'" when defining the unit you want. Then from there it always displays the font and colour correctly.
Steve
Steve
2 users liked this post
1 Pages (4 items)
-
New Posts
-
No New Posts