Coefficients of functions and derivatives of functions
16 views
Skip to first unread message
Alan Bromborsky
unread,
Aug 13, 2014, 4:40:58 PM8/13/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
If I have a sympy expression that contains general functions, say F1,
F2, etc. and partial derivatives of the functions what is the best way
to determine the coefficients of the functions and derivatives assuming
the expression is a linear function of F1, F2, etc. and the partial
derivatives and what you want is the coefficients of the linear function.
Alan Bromborsky
unread,
Aug 13, 2014, 6:44:38 PM8/13/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
Additional question is if I have a sympy expression how do I determine
all the general functions and partial derivatives of the general
functions in the expression (this would be to automate the determination
in the previous question)?