2

How can I go about performing multi-complex arithmetic in MATLAB?

user541686
  • 13,772

1 Answers1

2

I actually found an implementation in this paper:
Computation of higher-order derivatives using the multi-complex step method

The paper describes everything in detail, but the overall idea is to make a classdef.

user541686
  • 13,772