photo

Joshua Amuga


2016 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

5 質問
1 回答

Cody

0 問題
2 解答

ランク
79,259
of 300,369

評判
0

コントリビューション
5 質問
1 回答

回答採用率
40.0%

獲得投票数
0

ランク
 of 20,936

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
91,435
of 168,436

コントリビューション
0 問題
2 解答

スコア
30

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
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

約9年 前 | 0

質問


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.

約9年 前 | 2 件の回答 | 0

2

回答

質問


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...

約9年 前 | 1 件の回答 | 0

1

回答

質問


〖(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

約9年 前 | 0 件の回答 | 0

0

回答

質問


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...

約9年 前 | 0 件の回答 | 0

0

回答

質問


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 ...

約9年 前 | 2 件の回答 | 0

2

回答

解決済み


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...

約9年 前

解決済み


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:...

約9年 前