photo

adam puchalski


Last seen: circa 3 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

5 Domande
0 Risposte

RANK
175.204
of 301.866

REPUTAZIONE
0

CONTRIBUTI
5 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
40.0%

VOTI RICEVUTI
0

RANK
 of 21.445

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 177.015

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


I am trying use shooter's method to solve a second order differential equation
I am trying to loop and find the best value for curvature (im trying to find this) and will later put this in, but essentially I...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


Looking to solve this integral with variable bounds
%variables F = .00024; %kg E = 10^6; %mPa I = 6.1*10^-9; %kg m^2 L = .01; %m %solve for Theta sub 0 func = @(OO) L/sqrt((E...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


I am trying to solve for OS here, but keeping getting pi/2 even when I change L
%variables F = .00024; %kg E = 10^6; %mPa I = 6.1*10^-9; %kg m^2 L = .01; %m %solve for Theta sub 0 func = @(initial) L/...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


I want to integrate this function but I keep getting errors
Here is the code func = @(initial) L/sqrt((E*I)/(2*F)) - integral(@(theta)1./sqrt(cos(initial)-cos(theta)),initial,pi/2); OS...

quasi 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Integrating this function and trying to solve for a variable displays errors!
Here is the code with the error: syms initial theta ints = int(1/sqrt(cos(initial)-cos(theta)),initial,pi/2); func = L/sqr...

quasi 4 anni fa | 1 risposta | 0

1

risposta