Vector element operations

Vector element operations - Messages

#1 Posted: 6/6/2014 7:33:19 PM
Cyborgtable

Cyborgtable

0 likes in 1 posts.

Group: User

Hello,

I've just recently discovered this software and have probably is a simple question but I can't find the answer to it.
I'm trying to square each element in a vector and can't find a way to do it.

#2 Posted: 6/7/2014 2:42:55 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Wrote

Hello,

I've just recently discovered this software and have probably is a simple question but I can't find the answer to it.
I'm trying to square each element in a vector and can't find a way to do it.



Look at this or this or this posts. To make long story short, in SMath you should use loops for that, or to use Maxima plugin, or to use something like this.


[MATH=eng]v:mat(4,5,1,2,3,4,6,1)[/MATH]

[MATH=eng]sys2mat(mat2sys(v)^2)=mat(16,25,1,4,9,16,6,1)[/MATH]

This is many time mentioned problem from beginners

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
  • New Posts New Posts
  • No New Posts No New Posts