Questions
If V is a linear space and S is a proper subset of V, and we...

If V is a linear space and S is a proper subset of V, and we define a relation on V via v1 ~ v2 iff v1 - v2 are in S, a subspace of V. We are given ~ is an equivalence relation, show that the set of equivalence classes, V/S, is a vector space as well, where the typical element of V/S is v + s, where v is any element of V.

In: Advanced Math

Briefly describe the main similarities and differences between the threshold phenomena for the stochastic general epidemic...

Briefly describe the main similarities and differences between the threshold phenomena for the stochastic general epidemic model and the deterministic general epidemic model.

(Topic: Epidemics)

Pls explain in a simple way to understand. Thxs

In: Advanced Math

Write a MATLAB code to obtain the following. Keep your code commented whenever required. Copy your...

Write a MATLAB code to obtain the following. Keep your code commented whenever required. Copy your source code and command widow outcomes and screen shots of any plots in your solution.

Develop three functions for temperature-conversion.

  • Create a function called F_to_K that converts and return temperatures in Fahrenheit to Kelvin and store results in ‘F_to_K2.txt’.
  • Create a function called C_to_R that converts and return temperatures in Celsius to Rankine and store results in ‘C_to_R2.txt’.
  • Create a function called C_to_F that converts and return temperatures in Celsius to Fahrenheit and store results in ‘C_to_F2.txt’.

Use the following equations to achieve these conversions.

1 degree Fahrenheit =255.928 Kelvin

1 degree Celsius =493.47 Rankine

1 degree Celsius =33.8 degrees Fahrenheit

  • Write an appropriate MATLAB code to collectively call and test these functions.
    • It should import data from ‘Tempr2.txt’ and convey it to each of the above mentioned user defined functions. ‘Tempr2.txt’ is available on BlackBoard under the folder Final_Exam.
    • It should display on the command window one conversion table for each case while displaying first 20 inputs and converted values.
    • It should also display a table on the command window, which presents the mean, median, variance and standard deviation values according to the following Table.

Measurements

       Input

Temperature

Output of

   F_to_K

Output of

   C_to_R

Output of

   C_to_F

Mean

Median

Variance

Standard

Deviation

In: Advanced Math

There are 12 students in a party. Five of them are girls. In how many ways...

There are 12 students in a party. Five of them are girls. In how many ways can these 12 students be arranged in a row if (i) there are no restrictions? (ii) the 5 girls must be together (forming a block) (iii) no two girls are adjacent? (iv) two particular boys A and B, there are no boys but exactly 3 girls?

In: Advanced Math

question 1: The total revenue received from the sale of x units of a product is...

question 1:

The total revenue received from the sale of x units of a product is given by

TRx= -3x^5 + 3/2 x^4+ x/4+ 12square x+ 6y

     

Find the

    1. Average revenue AR.
    1. Marginal revenue MR.
    1. MR at x = 4.      
    1. The actual revenue from selling10th item.
    1. Write down different rule of derivative.

question 2 :

  1. Calculate the principle amount borrowed from the bank for 20 months at a rate of 7 3/4 % per annum with interest of 2250 RO. Also find the total amount to be paid back to the bank .
  1. Find the rate of interest required for an investment of 2000 RO to earn 320 RO interest over a period of 18 months.
  1. A family spends 30 % of their income on mortgage installments of 500 RO per month. Calculate the monthly income of the family.
  1. Find the sale price of a car if its cost price is 5500 RO and % loss is 15%.
  1. The price of a PC decreases from 60 RO to 55 RO. Express this decrease as a % decrease.

In: Advanced Math

Determine whether or not W is a subspace of V. Justify your answer. W = {p(x)...

Determine whether or not W is a subspace of V. Justify your answer.

W = {p(x) ∈ P(R)|p(1) = −p(−1)}, V = P(R)

In: Advanced Math

Prove the following test: Let {xn} be a sequence and lim |Xn| ^1/n = L 1....

Prove the following test: Let {xn} be a sequence and lim |Xn| ^1/n = L

1. If L< 1 then {xn} is convergent to zero

2. If L> 1 then {xn} is divergent

In: Advanced Math

Solve the differential equation. x''(t)+2x'(t)+5x(t) = 2

Solve the differential equation. x''(t)+2x'(t)+5x(t) = 2

In: Advanced Math

Find the power series solution for the equation y'' + (sinx)y = x; y(0) = 0;...

Find the power series solution for the equation y'' + (sinx)y = x; y(0) = 0; y'(0) = 1

Provide the recurrence relation for the coefficients and derive at least 3 non-zero terms of the solution.

In: Advanced Math

Let f(x, y) = x2y(2 − x + y2)5 − 4x2(1 + x + y)7 +...

Let

f(x, y) = x2y(2 − x + y2)5 − 4x2(1 + x + y)7 + x3y2(1 − 3x − y)8.

Find the coefficient of x5y3 in the expansion of f(x, y)

In: Advanced Math

A mass of 50 g stretches a spring 3.828125 cm. If the mass is set in...

A mass of 50 g stretches a spring 3.828125 cm. If the mass is set in motion from its equilibrium position with a downward velocity of 10 cm/s, and if there is no damping, determine the position u of the mass at any time t.

Enclose arguments of functions in parentheses. For example, sin(2x).

Assume g=9.8 ms2. Enter an exact answer.

In: Advanced Math

Quad Enterprises is considering a new 3-year expansion project that requires an initial fixed asset investment...

Quad Enterprises is considering a new 3-year expansion project that requires an initial fixed asset investment of $3.0 million. The fixed asset falls into the 3-year MACRS class (MACRS Table) and will have a market value of $231,000 after 3 years. The project requires an initial investment in net working capital of $330,000. The project is estimated to generate $2,640,000 in annual sales, with costs of $1,056,000. The tax rate is 23 percent and the required return on the project is 14 percent.

    

What is the project's year 0 net cash flow?

   

What is the project's year 1 net cash flow?

  

What is the project's year 2 net cash flow?

  

What is the project's year 3 net cash flow?

  

What is the NPV?

In: Advanced Math

Prove that rect(x)*rect(x) = tri(x)

Prove that rect(x)*rect(x) = tri(x)

In: Advanced Math

Notes 2.7 Using CRT notation, show what is going on for all the combinations you considered...

Notes 2.7 Using CRT notation, show what is going on for all the combinations you considered in Notes 2.6. Explain why gcd(s + t, 35) sometimes gave you a factor, and it sometimes did not

Notes 2.6 is:

Notes 2.6 Consider all the possible sets of two square roots s, t of 1 (mod 35) where s ≢ t (mod 35) (there are six of them, since addition is commutative (mod 35).

For all possible combinations, compute gcd(s + t, 35). Which combinations give you a single prime factor of 35?

In: Advanced Math

1.) Prove that Z+, the set of positive integers, can be expressed as a countably infinite...

1.) Prove that Z+, the set of positive integers, can be expressed as a countably infinite union of disjoint countably infinite sets.

2.) Let A and B be two sets. Suppose that A and B are both countably infinite sets. Prove that there is a one-to-one correspondence between A and B.

Please show all steps. Thank you!

(I rate all answered questions)

In: Advanced Math