Write a procedure to calculate factorial of a number entered by user.
Home/Computer Science/Page 71
SIKSHAPATH Latest Questions
priya bharti
Asked: November 26, 2021In: Mathematics
Solve the following problem using DPP Maximize Z = 2x1+5x2 Subject to constraints: 2x1+x2 ≤430 2x2 ≤ 460, x1, x2≥ 0
priya bharti
Asked: November 26, 2021In: Mathematics
Solve the following problem using DPP Maximize Z = 50x1+100x2 Subject to constraints: 10x1+5x2 ≤ 2500, 4x1+10x2 ≤2000, x1, x2≥ 0
priya bharti
Asked: November 26, 2021In: Mathematics
Use the method of Lagrange an multipliers to solve the following NLPP. Does the solution maximize or minimize the objective function? Optimize Z = 2x12+ x22+3x32+10x1+8x2+6x3-100 Subject to x1+x2+x3 = 20 x1, x2, x3 ≥ 0
apoorvg
Asked: November 25, 2021In: DBMS
Write a query to create a view that shows for each order the salesman and customer by name.