I generated a very simple rule that is of the type
{a[0] -> 0, a[1] -> 0, a[2] -> 8/3*pi}
And I want to impose this set of rules on an equation. The problem is that in this equation there are some derived terms like a'[0]. How can I use the rule directly by imposing its derivative where needed as well?
{a[0] -> 0, a[1] -> 0, a[2] -> 8/3*pi, a'[0]->value}– Dunlop Feb 02 '23 at 05:06