e^(-t)*(e^t + c) e^(-t)*(e^t + c) |
k1*sin(t) + k2*cos(t) + 1 k1*sin(t) + k2*cos(t) + 1 |
k1*e^((sqrt(5) - 1)*t/2) + k2*e^((-sqrt(5) - 1)*t/2) k1*e^((sqrt(5) - 1)*t/2) + k2*e^((-sqrt(5) - 1)*t/2) |
Traceback (click to the left of this block for traceback) ... NameError: name 'k1' is not defined Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/sage/sagenb/sage_notebook/worksheets/reibaretti/28/code/10.py", line 7, in <module>
x=k1*e**((sqrt(_sage_const_5 ) - _sage_const_1 )*t/_sage_const_2 ) + k2*e**((-sqrt(_sage_const_5 ) - _sage_const_1 )*t/_sage_const_2 )
NameError: name 'k1' is not defined
|
|
|