[h=2]Hi All,
this is my first post in this forum so i hope im doing it correctly, please let me know if not.
I'm solving a static calculation that resolves into 4 simultaneous equations. The static beam is shown here:
I've derived 4 equations from this beam and they are shown below:
FCz + FDz = -4579.30 [1]
39*FDx + 306*FDz = 2253019.536 [2]
FCx + FDx = 0 [3]
FCx*-39 +FCz*-306 = 3654287.784 [4]
I've put these coefficients in to Matrix A and the constants in to Matrix B:
A
0 1 0 1
0 0 39 306
1 0 1 0
-39 -306 0 0
B
-4579.308
2253019.536
0
3654287.784
I've then used MMULT(MINVERSE(A),B).
However, my output comes out at as:
FCx -131072
FCz 8192
FDx 131072
FDz -8192
This cannot be correct because FCz + FDz must equal to -4579.308 but from these outputs would = 0? Not sure what I'm doing wrong, can anyone assist?[/h]
this is my first post in this forum so i hope im doing it correctly, please let me know if not.
I'm solving a static calculation that resolves into 4 simultaneous equations. The static beam is shown here:
I've derived 4 equations from this beam and they are shown below:
FCz + FDz = -4579.30 [1]
39*FDx + 306*FDz = 2253019.536 [2]
FCx + FDx = 0 [3]
FCx*-39 +FCz*-306 = 3654287.784 [4]
I've put these coefficients in to Matrix A and the constants in to Matrix B:
A
0 1 0 1
0 0 39 306
1 0 1 0
-39 -306 0 0
B
-4579.308
2253019.536
0
3654287.784
I've then used MMULT(MINVERSE(A),B).
However, my output comes out at as:
FCx -131072
FCz 8192
FDx 131072
FDz -8192
This cannot be correct because FCz + FDz must equal to -4579.308 but from these outputs would = 0? Not sure what I'm doing wrong, can anyone assist?[/h]