Ask Your Question

VandiumRoadrunner's profile - activity

2018-07-26 18:17:53 +0100 asked a question Controlling Digits output for same numbers used but different outputs

I am a teacher how is working with sagetex to automate some worksheets to save some time on creating different versions.

Worksheet Example

In my worksheets students are given numbers to 2 or 3 digits of accuracy, but later there is a solution guide attached, and I would like to change the level of accuracy. An example: 2.5 times 350 equals 875, but rounded to 2 digits is 880. I would like to change the accuracy of the solutions produced.

I am still very new to all this, and would love any advice or help.

CoCalc Kinetic Energy tex file

CoCalc Kinetic Energy Worksheet pdf

Thanks,

VandiumRoadrunner

2018-06-22 00:01:29 +0100 received badge  Student (source)
2018-06-21 21:44:32 +0100 asked a question Version conflict with Sagetex

Hello,

I am asking about a conflict version that I am having with my sagetex.sty file. The output I get on my Sagemath 7.5.1 is


Traceback (most recent call last): File "EvalExp1r.sage.py", line 7, in <module> _st_ = sagetex.SageTeXProcessor('EvalExp1r') File "/usr/lib/sagemath/local/lib/python2.7/site-packages/sagetex.py", line 76, in __init__ raise VersionError, errstr sagetex.VersionError: versions of .sty and .py files do not match. EvalExp1r.sagetex.sage was generated by sagetex.sty version "None", but is being processed by sagetex.py version "2015/08/26 v3.0-92d9f7a". Please make sure that TeX is using the sagetex.sty from your current version of Sage; see


I use MikTex on my linux distribution, and I found that my MikTex .sty file was causing problems because it was using a 2017 file. I changed sagetex.sty everywhere in my directories, and I still get this error. I would appreciate any help and support on this. Thanks