Community Profile

photo

Panagiotis Panagopoulos Papageorgiou


Last seen: 1年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Community Group Solver
  • Thankful Level 2
  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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

約5年 前 | 2 件の回答 | 0

2

回答

質問


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

約5年 前 | 1 件の回答 | 0

1

回答