Post Reply 
Reset integrating a function
02-01-2015, 01:06 PM (This post was last modified: 02-01-2015 01:37 PM by Snorre.)
Post: #7
RE: Reset integrating a function
(02-01-2015 09:27 AM)parisse Wrote:  Just checked on emulator, I can not reproduce a crash.
And yes, it would probably be meaningfull to make int(g) work like g'.
Did you name the parameter "x"? Just asking because it matters:

g(x):=x and int(g) crashes my device quite reliable.
f(t):=t and int(f) doesn't crash it, but returns (t)->(t*x). So, "int" does not care about the actual parameter as "diff" would do, but always assumes "x" to be the integration variable.
h(x):=c and int(h) doesn't crash, but returns _x->(c*x(_x)) if CAS setting "Exact" is checked, or "Error: Bad Argument Value" if unchecked.
BTW: if CAS setting "Exact" is unchecked I cannot do a simple "restart", so have to either re-check it or do "restart(NULL)".

P.S. Maybe helpful to see what's going on: int(h) says "Warning, evaluating (integrate((x)->c,x))(_x) as a function not as a product".
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Reset integrating a function - salvomic - 01-31-2015, 10:42 PM
RE: Reset integrating a function - Offroad - 01-31-2015, 11:16 PM
RE: Reset integrating a function - Snorre - 01-31-2015, 11:49 PM
RE: Reset integrating a function - parisse - 02-01-2015, 09:27 AM
RE: Reset integrating a function - Snorre - 02-01-2015 01:06 PM
RE: Reset integrating a function - parisse - 02-01-2015, 03:05 PM
RE: Reset integrating a function - parisse - 02-02-2015, 08:51 AM
RE: Reset integrating a function - parisse - 02-02-2015, 01:57 PM



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