Moment- axial force intrection
古いコメントを表示
Hi, I have this equation for moment-axial force interaction: 0.25*(M/M0)^2 + (N/N0) = 1. This equation produces the following curve. Now, I need to make a change to this equation so that the first term becomes (M/M0)^2, and the second term can be changed while keeping (N/N0). The other side of the equation remains the same. ((M/M0)^2+?? = 1). I need to get the same curve as in the figure.2 件のコメント
Walter Roberson
2023 年 12 月 11 日
You currently have an equation of the form
and you want an equation of the form
with C currently unknown.
Let us solve:
A/4 + B = 1 --> A + 4*B = 4 --> A = 4 - 4*B
and your target is
A + C = 1 --> A = 1 - C
so 4 - 4*B = 1 - C and solve for C, gives C = 1 + 4B - 4 --> C = 4*B - 3
So your target equation is then
A + (4*B - 3) == 1
Gumaa Abdelrhim
2023 年 12 月 11 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Polymers についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!