photo

dongshan xie


Last seen: etwa 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

All
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Factorial Numbers
Factorial is multiplication of integers. So factorial of 6 is 720 = 1 * 2 * 3 * 4* 5 *6 Thus 6 factorial = factorial(720)....

etwa 2 Jahre vor

Beantwortet
How do I plot this piecewise function?
First, I think it's "piecewise" instead of "piecwise" Second, you should write "fplot(t,x)". So, the code should be syms t...

etwa 2 Jahre vor | 1

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 2 Jahre vor