Hi
(1) I typed the following equations into sage
eq1 = t1 == ( l / v0 )
eq2 = v1 * ( t2 - t1 ) / 2 + v2 * ( t2 - t1 )/2
eq3 = vav == ( ( 2 * l ) / t2 )
solve( [eq1, eq2, eq3], t2, vav, l )
I get the correct answer, but directly the answer.
Is there a way to output the intermedite results as w
Thanks Mr. Stein for the website link.
Finally I could find the actual problem.
The fonts folder should be present in the same folder as jsmath.js ,
which was not the case.
After putting the fonts folder in the same folder as jsmath.js, things
started to work.
On Dec 30, 1:01 pm, freewill1...@gm
I tried hard, but still I couldn't rectify the problem.
I am using debian 4.0r0 and sage version is 3.1.4.
I found that jsmath comes as a package in debian and I installed it. I
even downloaded latest version of jsMath.
None of the methods are working fine.
It appears that some configuration is
Hi
I got sage installed (compiled from source).
However, when I check the Typeset checkbox in the sage notebook I get
the following error
"It looks like jsMath failed to set up properly (error code 7)".
Due to this the display is not very good.
I would be deeply thankful for some help in this
Hi
I am new to sage and hence, not very familiar.
However, while going through the documentation, I saw some examples of
usage of functions that are provided by other packages like maxima,
octave etc.
I am bit confused, about whether I have to know all those packages
before being able to use sa