cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Command not be considered when numbering i=j

Somkung
6-Contributor

Command not be considered when numbering i=j

I have just learned to use programs to write calculations.
and I have 3 questions

1.How can i write command to sum value in table from column A to column B
2.How can i write Command to not be considered when numbering i=j
3.How can i choose the lowest value from table with numbering

Thankyou
Somkung
20 REPLIES 20

The attached sheet should help

Somkung
6-Contributor
(To:Werner_E)

thank you for the answer.😀

 

But for this "not be considered when numbering i=j"

 

I mean i would like to skip calculate when i = j only (Calculcate by Given i=/= j )

 

i have more some question

 

Please see my new Mathcad again

You have a calculation using indices i and j and so you create a 2-dimensional array.
You must decide which value you would like to see in this array at the diagoinal, where i=j.

In my examples I had chosen NaN ("Not a Nuber") as 'value' but you can change it for anything else. You can use a reals number (e.g. a zero) or even a text string. But you can't leave it empty!

 

Afterthought:

Maybe you don't need a 2-dimensional array and just want a bunch of results in a single vector (without any result if the indices are equal). You could do it like this:

Werner_E_0-1587379007317.png

 

Somkung
6-Contributor
(To:Werner_E)

Thank you for help me

 

and i have question if I want to run as count Number =N!/2(N-2)! +N

 

Please see my calculation exemple again

 

Something like this?

Werner_E_0-1587661032441.png

 

Somkung
6-Contributor
(To:Werner_E)

Thank you for help

 

i have ploblem again M factor It show the value must be scalar

 

M factor.PNG

and another ploblem  i will draft Drawing to ask

 

 

Prime is rigtht, you can compare a scalar with 50 but you can't compare a full vector of values with a single number.

You are better off setting up a function M(z):=... [as you already did] and then call that function with the vector as argument M(z)=... BUT you must vectorize this function call (the arrow over the expression).

 

Another option is to define a range i:=ORIGIN..last(Z) and write M[i:=....[as you did but with Z[i instead of Z]

 

Somkung
6-Contributor
(To:Werner_E)

Hello

I want to correct some formula and want to create a graph from a table. please help me

 

LucMeekes
23-Emerald III
(To:Somkung)

Does this come close?

LucMeekes_0-1593117061370.png

 

 

Success!
Luc

Somkung
6-Contributor
(To:LucMeekes)

Thank you for making graphs.
but for formular I explained you wrong I mean, must be like this

Step 1 : i made formula actually for each segment individually (such as A1 , A2 , etc)
Step 2 : i want to sum all area below calculation

example from picture ส

A1=5
A1+A2 = 20
A1+A2+A3=45
A1+A2+A3+A4=95
A1+A2+A3+A4+A5=190
A1+A2+A3+A4+A5+A6=315
A1+A2+A3+A4+A5+A6+A7=415
.
..
...
A1+A2+A3+A4+A5+A6+A7+...+A15=1000
and then start with A2 as per the formula that i mentioned above
A2=15
A2+A3=40
A2+A3+A4=90
.

..

...
A2+A3+A4+...+A15=995
start with A3
A3=25
A3+A4=75
A3+A4+..+A15=980
.
..
...

A14=55

A14+A15=85
the last is A15=30

 

i shoud to continuied the same way of calculation until A15
total will be 120 number

LucMeekes
23-Emerald III
(To:Somkung)

If you just want the sums...Here goes:

LucMeekes_0-1593190785904.png

LucMeekes_1-1593190813035.png

LucMeekes_2-1593190877619.png

Success!
Luc

Somkung
6-Contributor
(To:LucMeekes)

thanks you for help me

but as you send it, it contains 15 data. (A1-A15) only
It must start
A2-A15
A3-A15
A4-A15
A5-A15
...
A15
as well

All must have 120 data.

See if the attached helps.  

 

Why is your operating pressure higher than your burst pressure?

Somkung
6-Contributor
(To:Fred_Kohlhepp)

Anyway, I appreciate your help.

Why is your operating pressure higher than your burst pressure?
>>> I misplace the meaning.

as you sent back have something wrong in A
Please see my excel this is my example explain for my purpose

 

I've looked at your EXCEL sheet, but there are calculations you either hid or aren't doing.  You should be able to calculate A and have it close to the number I think you said came from Autocad.  Your equation does not ever give a value of 925 sq_mm:

FredKohlhepp_0-1593348390833.png

File attached.

 

In your EXCEL sheet you multiply the burst pressure by 0.72 to calculate your working pressure.  In your Mathcad sheet you divide.  As a result, you calculate a working pressure higher than your burst pressure.

Somkung
6-Contributor
(To:Fred_Kohlhepp)

this isthis is

For about the pressure, I put it in the wrong position of the definition. i will revise this in furture time

and for the step of finding area

This is the reason why it doesn't get 925, it found 385 (as picture) due to a mistake formular finding the area.

So is it possible that It must find each area first.

After that, bring together 120 cases

 

ddd.PNG

 

Thanks you for help

Please help me

 

Okay!

You had two equations (for Z and M) that were different between EXCEL and your Mathcad sheets.  (You need to be sure which is correct!  Once that gets sorted out the numbers match.

 

But I don't want to be anywhere near this pipe when you pressurize it.

Somkung
6-Contributor
(To:Fred_Kohlhepp)

I have tested your calculation file.
Found that it works and the answer is correct
with about 5 examples that I have😁


However it can add some conditions?
can you add the following?

1.add column for Length in Point table

for i can specify the distance value for each point
Not always necessary to be 10

2.find from point number to point number from Min(Sf)

from example it found at min(Sf) 254.642

So. Point number from cal Min(Sf) is point 3 to point 14 (length = 110)

 

Bother you again

Thank you.ส

However it can add some conditions?
can you add the following?

1.add column for Length in Point table

for i can specify the distance value for each point
Not always necessary to be 10

 

You can replace the point column (or put another beside it) with the lengths of the segments you want.

 

2.find from point number to point number from Min(Sf)

from example it found at min(Sf) 254.642

So. Point number from cal Min(Sf) is point 3 to point 14 (length = 110)

 

Let's see your attempt at this.  (You learn by doing.)

 

This forum is for help (freely given!)

 

Top Tags