Skip to main content
Best answer by Werner_E

@StuartBruff wrote:

Can I play too?  ðŸ˜ƒ

 

Sure, you are welcome 😄

After all, there are so many ways to skin this cat...

 

I have P5 and P6 still installed, but they will only run in Express mode as the new license file is not valid for versions below P7 (and also not for Mathcad). I never had installed P7 and P8 as  I considered the new symbolic too weak and could not spot significant improvements from the descriptions of P7 and P8.

I no longer know what prompted me to try P9 again after all. P10 gave the impression of greater improvements. Here in the forum it has been shown that the price for this was probably some newly introduced P10 bugs. Sure, more feature improvements in the same time with the same amount of programmers definitely means less time for testing.

2 replies

23-Emerald V
October 31, 2024

Possibly something like this?

 

2024 10 31 B.png

 

Or, if you want to change the profile from linear,

 

2024 10 31 C.png

 

 

There are many other ways of skinning this particular cat.  This was simply the first one that occurred to me.  Hopefully, others will be along to present better methods ... some so obvious in retrospect that I will spend a good few fruitful hours kicking myself!

 

Stuart

23-Emerald V
October 31, 2024

I've no idea why I left those "d"s in the functions.  I meant to delete them.

 

Here's the d-deleted form for the functions.

 

2024 10 31 D.png

 

And a couple of functions that helped me check the results of the weight functions.

 

2024 10 31 E.png

 

Stuart

ttokoro
21-Topaz I
21-Topaz I
October 31, 2024

image.pngimage.png

t.t.
12-Amethyst
November 1, 2024

I made an attempt myself, but failed. I want it in a more simpler manner. 

 

What is wrong whit this code? 

ksk_10594232_0-1730445800215.png

 

ttokoro
21-Topaz I
21-Topaz I
November 1, 2024

z include z[1, z[2, z[3. Therefore, you shoud use different valiable name such as z1, z2, z3.

If you want use z[1, z[2, z[3 for only one variable z with many rows, compared value name must change such as x to compare each z rows.  So I made Ans(x) function not Ans(z).

t.t.