Post Reply 
Comma separated values in vector?
11-21-2014, 11:05 PM
Post: #1
Comma separated values in vector?
Is there a setting for placing comma's between vector elements?

User Guide: grad(2*x^2*y-x*z^3,[x,y,z]) gives [2*2*x*y-z^3,2*x^2,-x*3*z^2]
(shows comma's separating x,y,z)

Example: grad(3*x^3-3*x*y^2-z,{x,y,z}) ---> [9*x^2-3*y^2 -6*x*y -1]
(No comma's separating x,y,z)

Which is very hard to read.
-Dale-
Find all posts by this user
Quote this message in a reply
11-22-2014, 05:43 AM
Post: #2
RE: Comma separated values in vector?
(11-21-2014 11:05 PM)DrD Wrote:  Is there a setting for placing comma's between vector elements?

Yes: turn off Textbook Display mode (Home Settings, page 2).

Alternative #1: Use STRING(vector) to convert it into a string with embedded commas.

Alternative #2: Turn on Algebraic Entry mode (Home Settings, page 1), and copy the vector to the edit line.

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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