top of page
math on graphing paper with pencils and a calculator

Discussion

Public·8 members

I have a list and I intend to extract 4° value and get the numerator.


Why I getting strange value of 2.5199...E+94 and not the correct value 0.450-0.000j?


Manually its works...

52 Views
Dave S.
Dave S.
23 jul 2025

When you run numerator(lfparc[4]) the calculator is treating lfparc[4] as an unsimplified symbolic expression instead of a clean numeric value, so it returns a symbolic expansion of the numerator... causing the result you saw originally. I suspect the manual input works because the computation bypasses symbolic complexity. As an untested hypothesis, we might be able to get around this issue using simplify() before numerator() to avoid the issue we are seeing with symbolic expansion. I'm not very well versed with the fx-CG500 so I hope this response will help you as you investigate future computations.


bottom of page