How will we integrate a non-linear function, f, taken as an inline function? ) b) quad(‘f’) c) quad() d) quad(‘’)
How will we integrate a non-linear function, f, taken as an inline function? ) b) quad(‘f’) c) quad() d) quad(‘’) Correct Answer f
The function, f, will be taken as a string input. Hence, we cannot use the int command since it takes symbolic arguments while the class of our function is inline. Since the function is non-linear, we need to introduce it as a matrix to our quad() command. It takes string arguments so the correct answer should be quad(‘’).
মোঃ আরিফুল ইসলাম
Feb 20, 2025