Page 1 of 1

Coefficient vector

Posted: Wed Oct 26, 2022 10:26 pm
by tvonbrasch
Hi,
running this equation works okay:

Code: Select all

equation _test1.ls YK=EXP(C(1))*XK3
but this equation, using a specified coefficient vector, does not ....

Code: Select all

equation _test2.ls YK=EXP(C_GAMMA_K(1))*XK3
Is this a bug?

attached is the workfile to generate the error.
t

Code: Select all

close @all wfopen .\exp.wf1 'first equation - no singularity equation _test1.ls YK=EXP(C(1))*XK3 show _test1 'second equation - singularity ...? equation _test2.ls YK=EXP(C_GAMMA_K(1))*XK3