Skip to main content
14-Alexandrite
November 27, 2024
Solved

Less steps to reach accurate results

  • November 27, 2024
  • 1 reply
  • 905 views

This is the function I need to reach 

YA_10963798_6-1732704935986.png

 

f1 and qc are matrics >> so I define another variable n

YA_10963798_1-1732704327656.png

then I define M(a,b) to multiple dz by n 

YA_10963798_2-1732704383450.png

then I define Mi,north to multiple qc by n 

YA_10963798_3-1732704458531.png

Then I get the results equal to NaN

 

YA_10963798_4-1732704509869.png

 

So I used filterNaN function 

YA_10963798_5-1732704756792.png

YA_10963798_7-1732705053674.png

 

and after doing all of this >> I didn't get the answer hhhhhh

Is there any away I can simplify the function I want, and get the answer

 

The sheet is too long this , I couldn't explain what I need in shorter sheet>> sorry  

page 19 prime 10

 

Best answer by Werner_E

You have to dig in the highly nested structure of your various variables using for-loops until you end up with scalar elements you can feed into your calculations.

Werner_E_0-1732713615126.png

Check if M contains the values you expect.

 

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
November 27, 2024

You have to dig in the highly nested structure of your various variables using for-loops until you end up with scalar elements you can feed into your calculations.

Werner_E_0-1732713615126.png

Check if M contains the values you expect.

 

14-Alexandrite
November 27, 2024

That works thank you so much 

I can;t thank you enough for your help