- 9 Write A Function My Split Function F G A B X Where Fand G Are Handles To Functions F X And G X Respectively Th 1 (23.49 KiB) Viewed 31 times
9. Write a function my_split_function(f,g, a,b,x), where fand g are handles to functions f(x) and g(x), respectively. Th
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
9. Write a function my_split_function(f,g, a,b,x), where fand g are handles to functions f(x) and g(x), respectively. Th
9. Write a function my_split_function(f,g, a,b,x), where fand g are handles to functions f(x) and g(x), respectively. The output should be f(x) if x < a, g(x) if x > b, and 0 otherwise. You may assume that b> a.