Help with Cas program
|
01-03-2014, 09:14 PM
(This post was last modified: 01-03-2014 09:40 PM by Michael de Estrada.)
Post: #2
|
|||
|
|||
RE: Help with Cas program
Replace X with x for your function variable. Also, do not make your upper limit of integration the same as your function variable. It should be your input value. For example: int(SIN(x^2),x,0,X) will work. Make sure you have complex checked in your CAS settings, since SIN is converted to its complex exponential form. If you use it in a program, use the form CAS("L1(1):=int(SIN(x^2),x,0,X) ").
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Help with Cas program - johna - 01-03-2014, 08:48 PM
RE: Help with Cas program - Michael de Estrada - 01-03-2014 09:14 PM
RE: Help with Cas program - Helge Gabert - 01-03-2014, 09:47 PM
RE: Help with Cas program - johna - 01-07-2014, 07:32 PM
RE: Help with Cas program - Helge Gabert - 01-07-2014, 11:10 PM
|
User(s) browsing this thread: 2 Guest(s)