Community Profile

photo

Colby


Last seen: 6 mesi fa Attivo dal 2023

Followers: 0   Following: 0

Statistiche

Feeds

Visto da

Domanda


i keep getting this error when solving for Q1 in ode45. This is my code and the error. Could anyone fix the mistake or show me what is wrong?
clc;clear;close all; t0 = -3:.1:3; y0 = [1.013e5 0]; [dV,theta] = ode45(@Q1,t0, y0) % Louis is creating the function dP. wor...

12 mesi fa | 1 risposta | 0

1

risposta

Domanda


We are trying to use ode45 to solve for function Q1, this is my code and the error that i keep getting. Can i please get some help on what to fix?
clc;clear;close all; t0 = -10:10; y0 = pi:3*pi; ode45(@Q1,t0,y0) % Louis is creating the function dP. work out, function [d...

12 mesi fa | 1 risposta | 0

1

risposta

Domanda


We are trying to solve Q1 using ode45 and these are my functions and my error that i am giving, is there any help that yall can do?
clc;clear;close all; t0 = -10:10; y0 = pi:3*pi; ode45(@Q1,t0,y0) % Louis is creating the function dP. work out, function [...

12 mesi fa | 1 risposta | 0

1

risposta

Domanda


Please help with fsolve, i keep getting this error
%% Question 2 % lengths given in the tables L1 = 20; L2 = 10; L3 = 30; % diameter given in the tables D1 = .167; D2 = .20...

circa un anno fa | 1 risposta | 0

1

risposta