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

mehr als 5 Jahre vor

Frage


Taylor Series of e^x on point 1
Greetings, I am trying to make my own script where I can approximate a function using a Taylor polynomial. However, when I try ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is it possible to assign the constant value of a function handle to a variable?
Hello, My program can sometimes generate this function handle: g = @() 1.0 Or generally: g = @() c , c: constant Is it po...

fast 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Is there any way to separate the terms of a product?
Hello, Let's say I have this function_handle: f = @(x) exp(x-2)*log(x) Is it possible to assign each function that comprises t...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort