photo

Erik Eriksson


Last seen: 6ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Solver

バッジを表示

Feeds

表示方法

質問


Compute the basin of attraction for a steady state of an ordinary differential equation ODE
I need write a function called "compute_basin" that takes in a steady state and its k value and computes which set of initial co...

6ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Solve a differential equation and determine when it gets close to steady state
I have a function called "compute_ode" that computes the derivative dC/dt for the differential equation model ODE: dC/dt = 0.1*(...

6ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Compute steady of ODE
First of all I have a function called "compute_ode" that computes the derivative dC/dt for the differential equation model. The ...

6ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Determine data cells in Excel
I have a large Excel-file (frequencydata.xls) containing data for grid frequency. The file contains data for one day (24 h) with...

7ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Compute steady states as a funciton of k, ODE
I will write a function called "compute_states" that takes as input a value for k and then returns as output ALL real-valued ste...

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

1

回答

解決済み


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

約1年 前

解決済み


Create a vector
Create a vector from 0 to n by intervals of 2.

約1年 前

解決済み


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

約1年 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

約1年 前

解決済み


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

約1年 前

質問


Optimal schedule using fmincon, nonlcon
I have an assignment where I am supposed to calculate the optimal schedule for a wood boiler and an oil boiler connected to an a...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


Iteration of multiple nonlinear functions
I have an assignment where I need to clalculate the temperature distribution in a window with elctric heaters installed at nine ...

2年弱 前 | 2 件の回答 | 0

2

回答