Omnimaga

Calculator Community => TI Calculators => General Calculator Help => Topic started by: creeras on September 25, 2014, 11:09:46 pm

Title: Nspire usage, csolve() question
Post by: creeras on September 25, 2014, 11:09:46 pm

I'm usung nspire cx cas (firmware 3.2.3.1233)


(http://i.imgur.com/PZEOPho.png)


I want below answer.


Is there no way to use upper original expressions?
(expand() fuction wasn't helpful.)

Title: Re: Nspire usage, csolve() question
Post by: Adriweb on September 25, 2014, 11:28:02 pm
You've written it wrong the first time, don't use implied multiplication.

(http://i.imgur.com/BuY4HQ1.png)

You should read the manual / quick ref. guide for basic things like this, you'll learn a lot.
Title: Re: Nspire usage, csolve() question
Post by: creeras on September 26, 2014, 12:14:11 am
You've written it wrong the first time, don't use implied multiplication.

(http://i.imgur.com/BuY4HQ1.png)

You should read the manual / quick ref. guide for basic things like this, you'll learn a lot.


Thank you very much.

Title: Re: Nspire usage, csolve() question
Post by: LDStudios on September 26, 2014, 06:36:36 am
Just for reference, (in case you were wondering), the nspire doesn't like to multiply "x(1+y)" because it thinks that x is a function and 1+y is the argument.
Title: Re: Nspire usage, csolve() question
Post by: creeras on October 04, 2014, 09:43:17 pm
Just for reference, (in case you were wondering), the nspire doesn't like to multiply "x(1+y)" because it thinks that x is a function and 1+y is the argument.

Now I understand it.
Thank you.