• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Matlab precision , advice is needed.

  • Thread starter Thread starter Ohad
  • Start date Start date
Joined
4/23/11
Messages
179
Points
28
Hi all,

I'm solving a problem and I'm stuck due to Matlab precision.
I'm first numerically find the zero of a function and due to the intentional stochastic solving process I get a difference in the results in each iteration , the change is ~e-15.

Normally it won't bother me but I'm using it for a super-sensitive problem.

I learnt of vpa after hitting this problem but some of the functions I use don't support vpa variables.

Any recommendations?

Thanks,
Ohad.
 
Back
Top