Community Profile

photo

Erik Eriksson


Last seen: 5 months ago Active since 2023

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Question


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

5 months ago | 1 answer | 0

1

answer

Solved


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

6 months ago

Solved


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

6 months ago

Solved


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

6 months ago

Solved


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

6 months ago

Solved


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

6 months ago

Question


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

1 year ago | 0 answers | 0

0

answers

Question


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

1 year ago | 2 answers | 0

2

answers