| Author |
Comment/Response |
Greg
|
02/07/12 06:55am
Hello,
I feel like this problem should be very simple to solve. It's purely syntax, but for whatever reason I can't parse the documentation to find what I'm looking for.
My problem is this:
I'm doing a number of symbolic calculations which eventually yield the result,
U = { a cos(j)/cos(k*j) }
I want Mathematica to take this output and plot it as a function of j.
The syntax I'm using to do this (which doesn't work) is the following:
Plot[U, {j, 1.1,20}]
Any help would be appreciated.
URL: , |
|