Syed Mustaqhim
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
143,060
of 295,673
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
App designer for composite bars for n inputs
Hey there, I am trying to build an app for composite bars, the inputs depend on the user's requirement. How do i get multiple in...
5 years ago | 0 answers | 0
0
answersQuestion
Hey there, I am trying to write a code for 2D-Mohr's circle and i need to generate a circle for x value of Sx, radius(r) of T.
%this is the code(incomplete) for 2D Mohrs circle, looking for assistance. Sx = input('Enter value of stress in x direction in ...
5 years ago | 2 answers | 0
2
answersQuestion
Hi there, I am trying to write a code on composite bars for n cross-sections, could someone help me with a simple code.
o = 'Enter the number of cross-sections: '; n = input(o); prompt = 'Enter the load in N: '; F = input(prompt); if n == 1 ...
5 years ago | 1 answer | 0