photo

Joshua Amuga


Attivo dal 2016

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

5 Domande
1 Risposta

Cody

0 Problemi
2 Soluzioni

RANK
227.643
of 300.364

REPUTAZIONE
0

CONTRIBUTI
5 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
40.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
91.414
of 168.407

CONTRIBUTI
0 Problemi
2 Soluzioni

PUNTEGGIO
30

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
help solving string question
IVP :=ode({y''(x)+4*y'(x)+3*y,y(0)=3,y'(0)=4},y(x)); Undefined function or variable 'IVP'. this is what i got

quasi 9 anni fa | 0

Domanda


Help Figure out the error
IVP=ode({y''(x)+4*y'(x)+3*y,y(0)=3,y'(0)=4},y(x)); | Error: Unbalanced or unexpected parenthesis or bracket.

quasi 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Just for clarification below is the question again (d^2 y)/(dx^2 )+4dy/dx+3y=0 subject to initial condition where dy/dx=4 and y=4. Can you help me explain how this can be solved?
Just for clarification below is the question again (d^2 y)/(dx^2 )+4dy/dx+3y=0 subject to initial condition where dy/dx=4 a...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


〖(d^2 y)/(dx^2 )+4 dy/dx+3y=0 subject to the initial condition y〗_((0))=3;〖y^'〗_((0))=4 where y^'=dy/dx
〖(d^2 y)/(dx^2 )+4 dy/dx+3y=0 subject to the initial condition y〗_((0))=3;〖y^'〗_((0))=4 where y^'=dy/dx

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


I need Help on this assignments.
Question 1. A light bulb rated 240 volts and 75 watts. If the voltage decrease by 5 volts and the resistance of the bulb is in...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Quiz I am trying to convert a statement into equation
I have a question. How can create a program that can perform a task for accurate decision making. For example, I need to take a ...

circa 9 anni fa | 2 risposte | 0

2

risposte

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

circa 9 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

circa 9 anni fa