Community Profile

photo

Krishnakumar


Virginia Polytechnic Institute & State University

Last seen: 3 years ago Active since 2013

Followers: 0   Following: 0

Statistics

All
  • First Review
  • Solver

View badges

Feeds

View by

Question


Identification or characterisation of time-varying parameter of a first order ODE
I have a first order ode given by $$\dot{x}(t) = \alpha f(u,t) + \beta u(t)$$ where $\left(\alpha,\beta\right)\in \mathbb...

6 years ago | 0 answers | 0

0

answers

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

10 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

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

10 years ago