On 1/28/12 4:56 AM, LFS wrote:
Just adding one more comment for search purposes:

If you see your equation being cut off from text field into sage
field, it means your translator is using 3 braces in a row {{{

Sage interprets {{{ as the beginning of a sage field. So check your
translation.

I had this problem using my equation editor mathjax translator. I
FINALLY figured out the problem.
It had translated the arc length function as sqrt {{{\dot x}^2} +
{{\dot y}^2} + {{\dot z}^2}} .   Notice the 3 braces in a row.


Yes; this has bit me before too. Putting a space between two of the braces works, IIRC.

By the way, earlier today I was looking at your worksheets, and they look fantastic!

I did note on one worksheet that you defined a vector-valued function like this: r=vector((t,t^2,t^3)). You can also define a vector-valued function like this:

r(t)=(t,t^2,t^3).

Thanks,

Jason


--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to