Question: Given the underneath fragment code that is written in C language, Write down the function with domain and codomain then prove that function is
Given the underneath fragment code that is written in C language, Write down the function with domain and codomain then prove that function is NOT bijective (One to one and Onto)? Show ALL Your Works. IT'S NOT ENOUGH to give a counterexample, you have to check both (Surjectivity and Injectivity) void fun(int *m, int *n){ *m=(*m) * (*n); *n=(int)*(pow (*n,2)-4); }
Step by Step Solution
3.49 Rating (162 Votes )
There are 3 Steps involved in it
The function void funint m int n mm n nintpow n24 The domain of the function is the set of all integ... View full answer
Get step-by-step solutions from verified subject matter experts
