0
Fixed
Convert complex numbers from mp to sym
Hello again.
The following statement leads to an error:
x = mp('1i');
xvpa = mp2sym(x);
I think the reason is the following:
xvpa = vpa('1*i') (This works)
xvpa = vpa('1i') (Without "*" it gives an error)
The following statement leads to an error:
x = mp('1i');
xvpa = mp2sym(x);
I think the reason is the following:
xvpa = vpa('1*i') (This works)
xvpa = vpa('1i') (Without "*" it gives an error)
Служба підтримки клієнтів працює на UserEcho
Please modify the mp2sym script as follow: