How do I solve a vector valued equation?
I want to solve for t=0.
t=var('t')
r(t)=([2*t-sin(t),5-cos(t),0])
I want to solve for t=0.
t=var('t')
r(t)=([2*t-sin(t),5-cos(t),0])
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-02-19 01:04:47 +0100
Seen: 75 times
Last updated: Feb 19 '20
Do you mean you want to substitute $t=0$ into $r(t)$? What have you tried?