I'm trying to make a document defining an input for 2 equations to get the wronskian, but I am having issues and am wondering if it is possible. Here's what I have: on my TI-nspire CX CAS I went to new Document>Program Editor and have after lots of fiddling am stuck here:
Define wron(f,g)=
Func
Define f(t)=Func
f=f(t)
Define g(t)=Func
g=g(t)
Return det(f(t) g(t) ; f'(t) g'(t))
EndFunc
EndFunc
EndFunc
Is there a way to make a code for this on my calculator?