Question: 04 Write a function which IsBigger(f1, 12,n) which computes fl(n) and f2tn), and returns whichever function ( f1 or f2) results in the larger value
04 Write a function which IsBigger(f1, 12,n) which computes fl(n) and f2tn), and returns whichever function ( f1 or f2) results in the larger value when an integer n is passed as a parameter. In case of a tie, return 11 Test with f1(x) defined as z' and 12(x) defined as 5z + 4 and using n=2. Test again with n = 100. In 11: dof whichiaBigger (81, 12,n) : Computea fiin) and 2n), and returns whichever of fi ort? given a larger result. Returns fl in the case of a tie. YOUR CODE HERE raise Not Implementeditor - In 1 Printing call det fix) return x) def 12(*) return 5*x*x + 4 print (which Is Bigger (11,12,2)) print (whichi Bigger (1,12,100) Testing cell assert whichiubigger...doc__ to not one don't move the doctring! det (1) return x** - de2x): return 5****+ 4x + 2 assert which Is Bigger (1,2,0) - 12 assert which is Bigger (f1, 12,-10) - 12 assert which Is Bigger (11,12,2) - 12 assert whichi Bigger(1,12,50) - 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
