Program to determine the values for the coefficients - TechRepublic
Question
March 27, 2020 at 05:40 PM
sergiulzr

Program to determine the values for the coefficients

by sergiulzr . Updated 6 years, 2 months ago

Write a program to determine the values for the coefficients X, Y, Z, W, Q, M of the formula:

Ra = X * Va + Y * Vr + Z * Pd + W * Tf + Q * I + M * U ,

Mention: Ra = (0.08 … 2.9), whatever Va is in the range (0.5 … 4.0), Vr = (90 … 325), Pd = (0, 3 … 18), T = (10 … 40), I = (1 … 40) and U = (12 … 82).

You can use any programming software.

All Comments