Post Reply 
PPL: element-wise operations on Vector
04-25-2016, 10:50 AM (This post was last modified: 04-25-2016 10:55 AM by DrD.)
Post: #2
RE: PPL: element-wise operations on Vector
Which mode [Home] or [CAS]?

As shown it works in [CAS], but you need to add a space after the x (before the ".^" ) in [HOME]"

x := [1, 2, 3, 4, 5];
y := x .^2 * 9.8765; // x [space] .^2 in [HOME]

-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: PPL: element-wise operations on Vector - DrD - 04-25-2016 10:50 AM



User(s) browsing this thread: 1 Guest(s)