Post Reply 
symbolic constants in CAS
12-22-2013, 04:42 AM (This post was last modified: 12-22-2013 01:28 PM by jgreenb2.)
Post: #1
symbolic constants in CAS
I'm a self-confessed CAS newbie -- I never used it on my 48 or 50. But now I want to explore it a bit and I'm confused.

If I want to find the Laplace transform of exp(x) I execute:

laplace(exp(x),x,t) and correctly get 1/(t-1) as a result.

Now if I want to symbolically evaluate exp(a*x) for an undetermined constant 'a' I should get 1/(t-a) as the answer. But if I use 'A' as the constant, it's evaluated and I get 1/(t-3) as the answer (assuming 3 is stored in A).

If I try using 'a' as the constant:

laplace(exp(a*x),x,t) I get an error because 'a' is undefined.

How do I enter laplace(exp(a*x),x,t) and get back 1/(t-a) ???
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
symbolic constants in CAS - jgreenb2 - 12-22-2013 04:42 AM
RE: symbolic constants in CAS - Han - 12-22-2013, 04:44 AM
RE: symbolic constants in CAS - jgreenb2 - 12-22-2013, 01:24 PM
RE: symbolic constants in CAS - jgreenb2 - 12-22-2013, 07:42 PM
RE: symbolic constants in CAS - Han - 12-22-2013, 07:52 PM
RE: symbolic constants in CAS - parisse - 12-23-2013, 07:59 AM
RE: symbolic constants in CAS - Rich - 05-19-2014, 10:26 PM
RE: symbolic constants in CAS - Unlockcell - 05-23-2014, 07:01 PM



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