Statistiques
3 Questions
0 Réponses
RANG
197 022
of 301 440
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 21 282
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 580
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
I want to run a list of distance values through these two formulas for force and combine them into one 1x3 matrix in the form [dist force1 force2].]
clear; clc mmass=input('What is the mass of the main object?'); sat1=input('What is the mass of the first satellite?'); sat2...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Trouble with For Loop in Differential Equations
clear all %Problem 1a syms x(t) Fmag; Dx=diff(x); k=36; Fmag=4*cos(4*t); disp(['dx^2/d^2t +' num2str(k) 'x=' char(Fmag)]) ...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Trying to solve a differential equation
syms x(t) Dx=diff(x); x(t)=dsolve(3*diff(x,t,2)+2*diff(x,t)+108*x==Fmag,x(0)==0,Dx(0)==4)
presque 5 ans il y a | 1 réponse | 0
