Static mechanics beam question solved using set of 4 simultaneous equation arrays

s3380734

New Member
Joined
Aug 24, 2018
Messages
5
[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]
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
cX4nLz
cX4nLz
Hi, here is the picture of the beam:
https://ibb.co/cX4nLz
cX4nLz
 
Upvote 0
Upvote 0
There is no provision for users to delete threads on either site; it's your choice as to which one you pursue any further discussion on.
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,255
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top