[SOLVED] 代写 R Financial Computation

30 $

File Name: 代写_R_Financial_Computation.zip
File Size: 282.6 KB

SKU: 2651000461 Category: Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Or Upload Your Assignment Here:


Financial Computation
Fall 2019
HW # 2: Introduction to Numerical Methods
Please submit all .R files via LMS.

•Write a function in R to convert a decimal (base 10) to binary number.Please extend the code we started in class to handle fractional numbers (e.g., 200.65).[NOTE: your code should truncate the precision of the fractional part of the number].See section 3.1.1 for help.

•Using R, confirm that the LU factorization out-performs R’s Gaussian elimination (x = Ab) procedure in terms of speed for the following system of equations:

A = [4 2 3; 5 -8 1; 4 7 -9]
b = [1 4 0]’

[HINT: Compare the speed of each methodology for a number of iterations].

•Write an R function to solve the following systems of equations using the Jacobi iterative method discussed in class.The code should check to ensure the system will converge and if not, it should report a warning message.
A1 = [3 1 1 0; 1 5 -1 2; 1 0 3 1; 0 1 1 4];
A2 = [2.5 1 1 0; 1 4.1 -1 2; 1 0 2.1 1; 0 1 1 2.1];
A3 = [2 1 1 0; 1 3.5 -1 2; 1 0 2.1 1; 0 1 1 2.1];
b1 = b2 = b3 = [1 4 -2 1]’;

•Write an R function to solve the above systems of equations using the Gauss-Seidel iterative method discussed in class.The code should check to ensure the system will converge and if not, it should report an error message.
A1 = [3 1 1 0; 1 5 -1 2; 1 0 3 1; 0 1 1 4];
A2 = [2.5 1 1 0; 1 4.1 -1 2; 1 0 2.1 1; 0 1 1 2.1];
A3 = [2 1 1 0; 1 3.5 -1 2; 1 0 2.1 1; 0 1 1 2.1];
b1 = b2 = b3 = [1 4 -2 1]’;

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] 代写 R Financial Computation
30 $