Community Profile

photo

Bastian


Last seen: 5 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


I am trying to get my answer to Display but it wont let me
syms f(x) f(x) = (x^3) - (7*x) + 6; x=solve(f(x)==0,x); disp('the roots will be',(x)) says error below- Incorrect number or...

5 months ago | 6 answers | 0

6

answers

Question


Trying to use function ,didnt work?
function [Delta]= finddeflexion(Length) E= 4.2*(10.^10); I = 1*(10.^-5); W = 8500; prompt = "What is the length of the blade...

5 months ago | 1 answer | 0

1

answer

Question


trying to use syms and i typed in syms('y') says error
y = syms('y') Error using syms Using input and output arguments simultaneously is not supported.

5 months ago | 1 answer | 0

1

answer

Question


need to use function to create multiple outputs
The maximum deflexion of a wind turbine blade should be no more than 10% ofits length. The formula used to calculate deflexion b...

5 months ago | 0 answers | 0

0

answers

Question


how to plot x= 0:0.01:10
i attempted to do this but instead of giving me 0,1,2,3,4,5,6,7,8,9,10 on the x axis it gives me 0,5,15,20 idont understand why....

5 months ago | 2 answers | 0

2

answers

Question


Create a vector (1,25) with values increasing from 0-24
i dont understand what i need to do hee i just wante to ask if i am doing this part correectly by doing this Time= 1:5:24;

5 months ago | 1 answer | 0

1

answer