Skip to main content
Best answer by LucMeekes

Make sure you undefine x numerically, before doing the symbolic. With x some range, the symbolic is trying to get a symbolic solution for each of the values of x, that takes time if x is a large range, and the symbolic result is going to be huge...

So put an

x := x

To the right and above your symbolic evaluation F1(x) ->

 

But, looking closer to your sheet, you have numeric data. What do you expect the symbolic evaluation to show?

Or is it just this:

LucMeekes_0-1711873752162.png

Success!
Luc

1 reply

LucMeekes23-Emerald IVAnswer
23-Emerald IV
March 31, 2024

Make sure you undefine x numerically, before doing the symbolic. With x some range, the symbolic is trying to get a symbolic solution for each of the values of x, that takes time if x is a large range, and the symbolic result is going to be huge...

So put an

x := x

To the right and above your symbolic evaluation F1(x) ->

 

But, looking closer to your sheet, you have numeric data. What do you expect the symbolic evaluation to show?

Or is it just this:

LucMeekes_0-1711873752162.png

Success!
Luc

regcurry16-PearlAuthor
16-Pearl
March 31, 2024

Thanks.  I didn’t realize I needed to include the coeffs in F1 since I had defined it above.  
Again, thanks much.  I will do that.

I may have another question tomorrow on how to combine it with a fourier integral symbolically.

 

KucMeekes, you are always a big help!

regcurry16-PearlAuthor
16-Pearl
March 31, 2024

Is this not working because I am using Mathcad 15?

 

regcurry_0-1711917406303.png