Group Abstract Group Abstract

Message Boards Message Boards

0
|
10.3K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

How to obtain a derivative of a list of data?

Posted 11 years ago
POSTED BY: Chis Schmidt
2 Replies
Posted 11 years ago

Thank you very much! That works perfect!

POSTED BY: Chis Schmidt

Hi Chris,

I am not sure whether I understood your question correctly. Maybe this is doing what you want:

ClearAll["Global`*"];
dspecies = {Cl, Ca, Na};
Evaluate[BC[#] & /@ dspecies] = Thread[(Derivative[1, 0][#][L, t] & /@ dspecies) == 0]

Check the result with:

?BC

Regards -- Henrik

POSTED BY: Henrik Schachner
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard