Numerical solver in Nspire?

2,143 views
Skip to first unread message

luisp

unread,
Sep 16, 2011, 4:40:29 AM9/16/11
to tinspire
Hello.

In TI-84 there´s an equation solver that works like this:

You write an equation like 0=3a+5f+8u

a=?
f=?
u=?

you can then input the values you want and resolve in the variable you
want.
If you have to try several times, this is a very good quick way of
doing it.

Does anyone know how to do this in the TI-Nspire calculators??

This is also called the numerical solver in the Voyage 200 (wich is
more what I want the Nspire to do)

Thnaks

Ray Fox

unread,
Sep 16, 2011, 3:28:28 PM9/16/11
to tins...@googlegroups.com
Store two of the variables, example a = 3 and f = 4
Then use nsolve(3a+5f+8u=0,u)
It will calculate u
 if you want to solve for a different variable, say "f" you must first clear the value of f
delvar(f)
 
Hope that helps,
 
Ray Fox

--
To post to this group, send email to tins...@googlegroups.com
To unsubscribe send email to tinspire+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com.au/group/tinspire?hl=en-GB?hl=en-GB
The tns documents shared by group members are archived at
https://sites.google.com/site/tinspiregroup/classroom-news/welcome-abouttime

Sean Bird

unread,
Sep 16, 2011, 3:42:48 PM9/16/11
to tins...@googlegroups.com
You wouldn't need to clear it if you used the vertical bar ("such that")
e.g.
nsolve(3a+5f+8u=0,u)|a=3 and f=4

This does seem like a potential for a Script.

Ray Fox

unread,
Sep 16, 2011, 8:02:16 PM9/16/11
to tins...@googlegroups.com
I always love your aproaches!!
 
Thanks,
 
Ray

Amanda Land

unread,
Sep 16, 2011, 8:07:00 PM9/16/11
to tins...@googlegroups.com

GET OUT!! I didnt know it could do that....i always have to hate saving a value for a variable because I always forget to clear it....most of the stuff yall talk about us over my head.....but I love learning about those little tricks I can share with my Algebra 1 students.

Sean Bird

unread,
Sep 16, 2011, 9:23:45 PM9/16/11
to tins...@googlegroups.com
 Thanks. I meant to add the location of the vertical bar is ctrl = with the relational characters. I am pleased that on the new CX it shows the vertical bar with the not equal and greater than or equal to in blue above =. (Since there is space for it, I would be pleased if it was also accessible from the punctuation button. It currently is not.) The Clickpad had its own designated key under ctrl for |. (That also provided a shortcut for factorial: ctrl |.)

With the TI-Nspire CAS I recommend that student use the vertical bar to limit the domain. As a simple example (see the Scavenger Hunt)
solve(sin(x)=1/2,x)|-pi<x<pi    (If you are in radians.)
With the numeric Nspire you will only get one of the two solutions.

-- Sean Bird

- Teachers Teaching with Technology - Instructor

T³’s mission is “to provide quality professional development that enables the mathematics and science educator to be successful in the classroom through the appropriate use of technology." 



>> You wouldn't need to clear it if you used the vertical bar ("such that")
>> e.g.
>> nsolve(3a+5f+8u=0,u)|a=3 and f=4
>>
>> On Fri, Sep 16, 2011 at 3:28 PM, Ray Fox <kenr...@gmail.com> wrote:
>>
>>> Store two of the variables, example a = 3 and f = 4
>>> Then use nsolve(3a+5f+8u=0,u)
>>> It will calculate u
>>> if you want to solve for a different variable, say "f" you must first
>>> clear the value of f
>>> delvar(f)
>>>
>>> Hope that helps,
>>>
>>> Ray Fox
>>> On Fri, Sep 16, 2011 at 3:40 AM, luisp <luis...@mail.com> wrote:
>>>
>>>> Hello.
>>>>
>>>> In TI-84 there´s an equation solver that works like this:
>>>>
>>>> You write an equation like 0=3a+5f+8u
>>>>
>>>> a=?
>>>> f=?
>>>> u=?
>>>>
>>>> you can then input the values you want and resolve in the variable you
>>>> want.
>>>> If you have to try several times, this is a very good quick way of
>>>> doing it.
>>>>
>>>> Does anyone know how to do this in the TI-Nspire calculators??
>>>>
>>>> This is also called the numerical solver in the Voyage 200 (which is

>>>> more what I want the Nspire to do)
>>>>
>>>> Thanks
>>>>

Nevil Hopley

unread,
Sep 17, 2011, 12:03:11 PM9/17/11
to tinspire
You may be interested to know that I wrote a class activity that
teaches students to use the nsolve(...) command intelligently,
including restriction of domains.
In addition, the activity shows students that equations can be solved
both graphically as f(x)=g(x), or as f(x)-g(x)=0.

You can download the activity pdf file from the following link at the
UK's Nspiring Learning Website:
http://resource.nspiringlearning.org.uk/classroomresources/activities/activity.jsp?id=354

I hope this is of help or use.

Nevil
Reply all
Reply to author
Forward
0 new messages