Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi guys, I need your help to solve the problem that I attach below
i have version 11.0
I wish to find the maximum value of a function containing a range of values in z.
receive my best regards
Solved! Go to Solution.
The inline evaluation (equal sign) after the definition of range z was an undocumented trick which turned a range into a vector. This worked up to Prime 9, but has no effect in Prime 10 or 11.
In Prime 11 a new built-in function "vec" was provided which could be used to turn a range into a vector but also to define a vector right away.
So you simply could use
The inline evaluation (equal sign) after the definition of range z was an undocumented trick which turned a range into a vector. This worked up to Prime 9, but has no effect in Prime 10 or 11.
In Prime 11 a new built-in function "vec" was provided which could be used to turn a range into a vector but also to define a vector right away.
So you simply could use