Community Profile

photo

Kunle Olutomilayo


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

All
  • First Review
  • Solver

View badges

Feeds

View by

Question


Solve for an unknown matrix like solve() for dimension one
syms d eqn = d^2 - 9 == 0; sol = solve(eqn, d) The above is a method of 'solving' in dimension one. Solve() wouldn't work M...

5 years ago | 1 answer | 1

1

answer

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

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

6 years ago