Reference no: EM133168949
CSCI 4650 Numerical Analysis - University of Colorado
Assignment 1:
Question 1. What is the smallest number of multiplications and additions needed to evaluate P (x) = 4x6 + 2x2 + 2x + 6 at x = 1/3.
Question 2. What are the most number of multiplications and additions needed to evaluate a degree n polynomial, a0 + a1x + a2x2 + .... + + anxn using nested multiplication.
Question 3. Convert 110 .110 from binary to decimal.
Question 4. Covert 7 .2 from decimal to binary.
Question 5. Create a function in Python which takes a positive integer as an input and outputs its binary repre- sentation.
Question 6. A long double floating point number has 1 bit for a sign, 15 bits for an exponent, and 64 bits for the mantissa. What is ∈mach? Explain your reasoning.
Question 7. Consider the function
f (x) = 1 - (1 - x)3/x
(a) Give an alternate form of f (x) which avoids the issue of subtraction by nearly equal numbers when x is close to 0.
(b) Create a table of the values that Python outputs for f (x) and your alternate form from (a) for x = 10-k for k = 0, 1, 2, . . . , 10.
Question 8. Consider the function
f (x) = ln(x)
(a) Find the Taylor polynomial of degree 4 around the point x = 1.
(b) Use your answer from (a) to estimate ln(1.01) and use the remainder theorem to say how large your error could be between the estimate and true value. Finally use Python to calculate the error.
Extra Credit: Create a function in Python which takes two numbers, the numerator and denominator of a fraction, as input and outputs the exact binary representation of the number. Determine some readable way for dealing with repeating values.
Create a function which runs newtons method
: Create a function which runs Newton's method for k steps on the previous system of equations. Include a table of the approximate solutions
|
Calculate the depreciation on the building
: Calculate the depreciation on the building and building addition for 2018 and 2019 assuming that the addition did not change the life or residual value
|
Find the fixed point iteration produced
: Find the fixed point iteration produced by Newton's Method on f (x) = x3 - A, where A is an an arbitrary number (a parameter). That is, find a general formula
|
Compute the total unreleased appropriations
: As of December 31, 2021, total disbursements for Personnel Services, Maintenance and Other Operating Expenses, Compute the total unreleased appropriations
|
Find the taylor polynomial of degree
: Create a function in Python which takes a positive integer as an input and outputs its binary repre- sentation
|
Compute the dollar markup per unit on variable cost
: Rios Company makes drones and uses the variable cost method in setting product price. Compute the dollar markup per unit on variable cost
|
Prepare a differential analysis dated july
: Prepare a differential analysis dated July 31 to determine whether the company should make (Alternative 1) or buy (Alternative 2) the bottles
|
CSCI 4650 Numerical Analysis Assignment
: CSCI 4650 Numerical Analysis Assignment Help and Solution, University of Colorado - Assessment Writing Service
|
Journalize the bond issuance
: On the first day of the fiscal year, a company issues a $4,000,000, 8%, 10-year bond that pays semi-annual interest of $160,000. Journalize the bond issuance
|