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!