How can I solve multiple equations? (Pipeline Design)
Show older comments
I need to Isolate out just calulate 't' from these equations.
The rest of the values are all given. But the equations are all connected to one another. and I just need to only find out what the value 't' is.
Pc = 1.324
specified minimum yield strength,
= 448
v = 0.3
E=2.1*10^5
D = 304.8 mm (12 inches)
Pipe ovality, δ = I believe an if condition is enough to just extract out the values 0.75 or 1.0 based on the size of D
Note: Ignore Dmin and Dmax in this
Can anyone please help me with this? Thank you

1 Comment
dpb
on 13 Jun 2021
Write a function to compute Pc, then use fsolve to find the critical t at which Pc - Pc_target =0
Accepted Answer
More Answers (0)
Categories
Find more on Assembly in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!