Units and matrices - Сообщения
#1 Опубликовано: 14.07.2010 15:02:00
I was curious to see how units would be handled in matrices. So I tried a few things and was suprised how well it worked. See screen shot below.
Great job. Well thought out. Remeber everthing is calculated in SI units but comes out fine in US/Imperial units.

Great job. Well thought out. Remeber everthing is calculated in SI units but comes out fine in US/Imperial units.

Ed
#2 Опубликовано: 24.10.2010 12:11:53
Another advantage of SMath over Mathcad is for matrix elements to have any units and the math is performed correctly. This matrix and multiplication of its elements is not possible in Mathcad.


Ed
#3 Опубликовано: 30.08.2012 02:36:03
How do these US units work?
If I take a simple force in kips multiplied by a moment arm in ft
I get result in J....then when I try to change units to kip ft
by adding kip, I get m kip...then when trying to get to kip ft
I get
kgm^2 kip'ft
________________
(s^2)kip'ft
Following from cut and paste....
el(F,1)*el(A,2)=225.97*{'kg*'m^2}/{'s^2*''kipft}@''kipft
Also, how do you get the units outside the matrix? I can only
put units immediately after the cell values.
Thanks for any responses.
If I take a simple force in kips multiplied by a moment arm in ft
I get result in J....then when I try to change units to kip ft
by adding kip, I get m kip...then when trying to get to kip ft
I get
kgm^2 kip'ft
________________
(s^2)kip'ft
Following from cut and paste....
el(F,1)*el(A,2)=225.97*{'kg*'m^2}/{'s^2*''kipft}@''kipft
Also, how do you get the units outside the matrix? I can only
put units immediately after the cell values.
Thanks for any responses.
#4 Опубликовано: 30.08.2012 06:58:49
#5 Опубликовано: 31.08.2012 11:04:14
Thank you, was trying not to type but rather use the drop-down to insert units.
It appears the "*" was the missing element to that effort.
Appreciate your input and the attachment.
It appears the "*" was the missing element to that effort.
Appreciate your input and the attachment.
WroteHi ralfsnell,
simply type in the right placeholder'kip*'ft
regards,
w3b5urf3r
#6 Опубликовано: 18.01.2017 18:45:25
When using a matrix with elements of a variety of units, is there a way to control the display of the resulting units (imperial instead of SI units)?
For instance, in the attached image:
k'(1,1) = A(in^2)*E(ksi)/L(in) = kip/inch, but results are in kg/s^2
k'(3,2) = 6 * E(ksi) * I(in^4) / L^2(in^2) = kip, but results are in kg*m/s^2

For instance, in the attached image:
k'(1,1) = A(in^2)*E(ksi)/L(in) = kip/inch, but results are in kg/s^2
k'(3,2) = 6 * E(ksi) * I(in^4) / L^2(in^2) = kip, but results are in kg*m/s^2
#7 Опубликовано: 18.01.2017 19:57:29
Hello [userlink]justhumm[/userlink],
You can try using
instead of
in
(it is an experimental feature)
WroteWhen using a matrix with elements of a variety of units, is there a way to control the display of the resulting units (imperial instead of SI units)?
You can try using
OutputUnitsSystem=Imperial
instead of
OutputUnitsSystem=Metric
in
%APPDATA%\Smath\settings.inf
(it is an experimental feature)
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#8 Опубликовано: 18.01.2017 20:51:58
#9 Опубликовано: 19.01.2017 09:19:54
You're welcome 
You can join the [SS-1]

WroteWishlist item:
It would be nice to have the ability to switch between feet and inches for the default imperial unit. :-)
You can join the [SS-1]
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#10 Опубликовано: 14.02.2022 18:54:54
When using matrices with units the results are given MKS rather than in the input units as shown here:

What an I needing to do to show the correct units?
What an I needing to do to show the correct units?
#11 Опубликовано: 14.02.2022 20:46:07
WroteWhat an I needing to do to show the correct units?
- After you calculate and get the result, click on the expression or move your cursor with keyboard to it (Step 1)
- There should appear a placeholder on the result part, write there your desired output unit (Step 2)
- When you press enter or click outside or just loose the focus for expression, your output shall be in your input units (Step 3)
Regards
#12 Опубликовано: 14.02.2022 22:06:05
Thank you so much Overload, greatly appreciated.
#13 Опубликовано: 14.02.2022 23:08:20
This is getting so close!
I've tried the plus-minus function, but can't get the min or max element values. I suspect this is because the result isn't a maxtrix:

edit by mod: please use the forum attachment feature; images stored outside the domain soon or leater expires or are removed and the topic becomes unreadable. Thank you.
Or it could be my 'PBCAK' (OSI layer-8) problem...
I've tried the plus-minus function, but can't get the min or max element values. I suspect this is because the result isn't a maxtrix:
edit by mod: please use the forum attachment feature; images stored outside the domain soon or leater expires or are removed and the topic becomes unreadable. Thank you.
Or it could be my 'PBCAK' (OSI layer-8) problem...
#14 Опубликовано: 15.02.2022 07:47:55
WroteI suspect this is because the result isn't a maxtrix
That's the cause, yes. You can use sys2mat() function from custom functions plugin or Max()/Min() functions (uppercase M) from the same extension.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#15 Опубликовано: 15.02.2022 15:46:33
Greatly appreciated Davide. Thank you.
#16 Опубликовано: 16.02.2022 13:40:53
#17 Опубликовано: 16.02.2022 13:50:49
Thank you Jean, that is very elegant. What was the function of the red kOHMS:=1?
#18 Опубликовано: 16.02.2022 13:56:11
min("matrix") - Returns the smallest element of vector or matrix. If any value is complex, returns min(Re(...)) + i*min(Im(...)).
... Exemplified
2D Plot Discontinuous [min(,)].sm (44 КиБ) скачан 29 раз(а).
... Exemplified
2D Plot Discontinuous [min(,)].sm (44 КиБ) скачан 29 раз(а).
#19 Опубликовано: 16.02.2022 14:28:13
WroteThank you Jean, that is very elegant. What was the function of the red kOHMS:=1?
Actually it is not elegant, very primitive method only used by Jean.
He just continues to try to confuse new users.
He make his own units, not compatible with ISO units.
Which is the case here, he assigned a new red colored Ω to 1. (Ω:=1)
That red Ω is not V/A, ask him to divide it to volts. He won't get 1/Amper.
Don't use his methods, them are just bad practices.
2 пользователям понравился этот пост
-
Новые сообщения
-
Нет новых сообщений