Q3/ A- Write a program to calculate average density, conductivity, and specific heat for water in the range of temperatures from 0 to 50°C. Knowing that these parameters for water are a function of temperature such as the following equations:
The Density:
p = 1200 - 1.005T + 0.001T^2
The conductivity:
K = 0.3 + 9.2 × 10^4T/K
The Specific heat Cp = 0.01(T^3 - 308.2)^2 + 4180.9
Note: Take 11 points of temperatures.
B- Write the required code to solve: dy/dx - 2dy/dx - 3y = x sin(x)
C- Find the first derivative of the function In(x^2) e and evaluate it at x = 3.