photo

Jonathan Leutz


Last seen: 10 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Linear Equation Solving, I am getting the wrong output
I have two pretty easy equations to solve for two matricies within these equations. They are easy to solve by hand but I am havi...

10 months ago | 2 answers | 0

2

answers

Question


num2str error or integer error
%% Script clear; clc; E = 70*10^9 G = 30*10^9 L = 1 answer = questdlg('Would you like to find the Optimized beam and di...

1 year ago | 0 answers | 0

0

answers

Question


Need to remake this optimize function to be efficient takes way to long currently
%% other given parameters clear; clc; E = 70*10^9 G = 30*10^9 L = 1 data = 1 %%Simple Script [h b] = optimize(data,E,G,L...

1 year ago | 3 answers | 0

3

answers

Question


Solving System of 3 equations non trivial
Px = 8.08*10^5 Py = 4.63*10^5 P_A = 9.54*10^4 pCr = .89*10^5 m = [0 (pCr-Px) (pCr*.076);(pCr-Py) 0 0; 0 (.076*pCr) (.0089*(p...

1 year ago | 1 answer | 0

1

answer