Post Reply 
[BUG] getting a French error message when using Prime in German language
02-23-2014, 09:55 PM (This post was last modified: 02-23-2014 09:55 PM by Joe Horn.)
Post: #3
RE: [BUG] getting a French error message when using Prime in German language
(02-23-2014 04:45 PM)Stefan Wrote:  ... I then copied it to the CAS where I had to replace every capital X with a lowercase x. I tried to do this with "subst()", but this fails because X is intialised to zero. Is there a better way than replacing every X manually to do this?

Quoting the original and the replacement does the trick. Case-sensitive example in CAS:

subst('X^3+2*X+3','X=x') --> x^3+2*x+3, as desired.
Notice that both arguments of subst are quoted.

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


Messages In This Thread
RE: [BUG] getting a French error message when using Prime in German language - Joe Horn - 02-23-2014 09:55 PM



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