Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 345
1
## -*- encoding: utf-8 -*-
2
# This file was *autogenerated* from the file UWF-Thesis.sagetex.sage
3
from sage.all_cmdline import * # import sage library
4
_sage_const_3 = Integer(3); _sage_const_2 = Integer(2); _sage_const_1 = Integer(1); _sage_const_0 = Integer(0); _sage_const_44 = Integer(44); _sage_const_5 = Integer(5); _sage_const_4 = Integer(4); _sage_const_1269 = Integer(1269); _sage_const_9 = Integer(9); _sage_const_39 = Integer(39); _sage_const_38 = Integer(38); _sage_const_10 = Integer(10); _sage_const_15 = Integer(15); _sage_const_23 = Integer(23); _sage_const_31 = Integer(31); _sage_const_178 = Integer(178); _sage_const_19 = Integer(19); _sage_const_33 = Integer(33)## This file (UWF-Thesis.sagetex.sage) was *autogenerated* from UWF-Thesis.tex with sagetex.sty version 2012/01/16 v2.3.3-69dcb0eb93de.
5
import sagetex
6
_st_ = sagetex.SageTeXProcessor('UWF-Thesis', version='2012/01/16 v2.3.3-69dcb0eb93de', version_check=True)
7
try:
8
_st_.inline(_sage_const_0 , latex(n(_sage_const_1 /_sage_const_178 )))
9
except:
10
_st_.goboom(_sage_const_9 )
11
try:
12
_st_.plot(_sage_const_0 , format='notprovided', _p_=plot(sin(x), (x,-_sage_const_10 ,_sage_const_10 )))
13
except:
14
_st_.goboom(_sage_const_15 )
15
try:
16
_st_.inline(_sage_const_1 , latex(((_sage_const_1 -x-x**_sage_const_2 )**_sage_const_2 ).expand()))
17
except:
18
_st_.goboom(_sage_const_19 )
19
try:
20
_st_.inline(_sage_const_2 , latex(number_of_partitions(_sage_const_1269 )))
21
except:
22
_st_.goboom(_sage_const_23 )
23
_st_.blockbegin()
24
try:
25
__tmp__=var("x"); f = symbolic_expression(sin(cos(_sage_const_2 *x)**_sage_const_2 / (_sage_const_2 +x))).function(x)
26
except:
27
_st_.goboom(_sage_const_31 )
28
_st_.blockend()
29
try:
30
_st_.inline(_sage_const_3 , latex(diff(f,x)))
31
except:
32
_st_.goboom(_sage_const_33 )
33
try:
34
_st_.inline(_sage_const_4 , latex(f(x)))
35
except:
36
_st_.goboom(_sage_const_38 )
37
try:
38
_st_.inline(_sage_const_5 , latex(diff(f, x, _sage_const_2 )(x)))
39
except:
40
_st_.goboom(_sage_const_39 )
41
try:
42
_st_.plot(_sage_const_1 , format='notprovided', _p_=plot(f, -_sage_const_1 , _sage_const_10 ))
43
except:
44
_st_.goboom(_sage_const_44 )
45
_st_.endofdoc()
46
47