You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to calculate the cauchy principle value integration of a three arguments function inside a function with two arguments decided at runtime with local variables. But it seemed that integration_qawc will not find the local variables. Minimal code to repeate the situation is given as follows,
Hi, I want to calculate the cauchy principle value integration of a three arguments function inside a function with two arguments decided at runtime with local variables. But it seemed that
integration_qawc
will not find the local variables. Minimal code to repeate the situation is given as follows,with
ERROR: UndefVarError: μ not defined
.Any suggestions for making the code to work?
The text was updated successfully, but these errors were encountered: