Author Topic: Nspire usage, csolve() question  (Read 6079 times)

0 Members and 1 Guest are viewing this topic.

Offline creeras

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 13
  • Rating: +2/-0
    • View Profile
Nspire usage, csolve() question
« on: September 25, 2014, 11:09:46 pm »

I'm usung nspire cx cas (firmware 3.2.3.1233)





I want below answer.


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


Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: Nspire usage, csolve() question
« Reply #1 on: September 25, 2014, 11:28:02 pm »
You've written it wrong the first time, don't use implied multiplication.



You should read the manual / quick ref. guide for basic things like this, you'll learn a lot.
« Last Edit: September 25, 2014, 11:30:48 pm by Adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline creeras

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 13
  • Rating: +2/-0
    • View Profile
Re: Nspire usage, csolve() question
« Reply #2 on: September 26, 2014, 12:14:11 am »
You've written it wrong the first time, don't use implied multiplication.



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


Thank you very much.


Offline LDStudios

  • Coder Of Tomorrow
  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 388
  • Rating: +41/-1
    • View Profile
    • LD Studios
Re: Nspire usage, csolve() question
« Reply #3 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.



Offline creeras

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 13
  • Rating: +2/-0
    • View Profile
Re: Nspire usage, csolve() question
« Reply #4 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.