Community Profile

photo

Kunle Olutomilayo


Last seen: etwa 3 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

All
  • First Review
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 5 Jahre vor | 1 Antwort | 1

1

Antwort

Gelöst


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

mehr als 5 Jahre vor

Gelöst


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

etwa 6 Jahre vor