Composite Functions with a function with two ranges

1 回表示 (過去 30 日間)
Sadman Samin Khan
Sadman Samin Khan 2020 年 9 月 9 日
回答済み: James Tursa 2020 年 9 月 10 日
Please help me with this problem!! Thank you in advance!!
  2 件のコメント
James Tursa
James Tursa 2020 年 9 月 9 日
This does not appear to be a MATLAB question. You simply need to plug the results of one function into the other function and simplify to get the requested expressions.
Sadman Samin Khan
Sadman Samin Khan 2020 年 9 月 10 日
But g(x) has two different functions with two different ranges. What to do about that??

サインインしてコメントする。

回答 (1 件)

James Tursa
James Tursa 2020 年 9 月 10 日
For example, take the first one:
(g o f)(x)
This is just g(f(x)) which is g(x^2)
Assuming we are talking only about real inputs, x^2 is always non-negative. And when the input to g( ) is non-negative, the result is 3 times the input. So when you plug in x^2 to g( ) you simply need to multiply it by 3 to get the output. So the output is 3 times x^2.
Do the same analyses for the other parts of the assignment. You will need to consider each part of g( ) separately.

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by