Maryamvalian / Truss-Tool

Truss Tool is a simple software for civil engineers and architects which solve a given truss structure.
MIT License
4 stars 0 forks source link

MIS: main() #36

Closed LesleyWheat closed 1 year ago

LesleyWheat commented 1 year ago

Some variables are not defined in SRS or MIS like P_x or P_y.

image

That doesn't seem like proper notation for an or statement nor am I sure what the "or" is for.

Maryamvalian commented 1 year ago

Equations can be created either from X-axis or Y-axis. So for creating all possible equations we need both formulas. Each element a_{ij} can be calculated from the first equation or the second equation. Thank you!