maths / moodle-qtype_stack

Stack question type for Moodle
GNU General Public License v3.0
141 stars 150 forks source link

Update vectorcalculus.mac #1145

Closed LukeLongworth closed 6 months ago

LukeLongworth commented 6 months ago

Added functions grad and dir_deriv to compute a gradient vector and directional derivative respectively.

Changed all functions such that the variable list is an optional input, and in cases where it is omitted the variable list is taken from the given function.

Added many unit tests.

sangwinc commented 6 months ago

Thanks Luke, that's much appreciated.