Find Jobs
Hire Freelancers

Basic Numerical Analysis Code

$10-30 USD

Completed
Posted over 3 years ago

$10-30 USD

Paid on delivery
Compute the value of the base of natural logarithm e up to 7 significant digits. Calculate exact value using exp(1) command. Prepare a table which shows iteration number, numerical solution, approximate percent relative error and true percent relative error on 4 different columns. Obtain the Taylor series for cos(x) about a = 0. How many terms would be necessary in order to compute cos(π/6) up to 6 significant figures. Using the example script given compute e2, e3 and e4 up to 7 significant figure. How many iterations are required for each?? Example math script % Script for iterative calculations val = 1; % Initial guess es = 0.05; % Error tolerance maxit = 200; % Maximum number of iterations iter = 1; % Initialize iterations sol = val; % Assign the initial guess to solution ea = 100; % Initial approximate relative error while 1 solold = sol; % Assign the solution as old solution sol = sol + 0.5^iter / factorial(iter); iter = iter + 1; % Increase iteration by one if sol ~= 0 ea = abs((sol - solold)/sol)*100; end if ea <= es || iter > maxit break; % Exit the loop end end
Project ID: 27916618

About the project

5 proposals
Remote project
Active 3 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Hi. I am sure that will be able to do this within few hrs and right now. Regards......................
$25 USD in 1 day
4.9 (220 reviews)
6.9
6.9
5 freelancers are bidding on average $33 USD for this job
User Avatar
Expert using matlab and NA and i can do this on time and perfect reuslt!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$20 USD in 1 day
4.7 (80 reviews)
5.5
5.5
User Avatar
I am committed to offer top notch services. I will deliver the work in time with strict adherence to deadlines. let's do this.I am good at Statistics, Metatrader, Mathematics, Matlab and Mathematica and Algorithm Regards
$75 USD in 7 days
5.0 (7 reviews)
4.1
4.1
User Avatar
I have read the instructions and the question ON NUMERICAL ANALYSIS. I am well conversant with the field and I believe I can offer a high quality paper on this assignment delivered on time.
$15 USD in 1 day
1.0 (1 review)
1.7
1.7
User Avatar
I teach math and physics course at university. One of my course topics covers Taylor Series employing matlab. The process that you presents could be suitable to my expertise. I put two days but maybe I could get it in a few hours for an extra compensation. Regards
$30 USD in 2 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of TURKEY
istanbul/atasehir, Turkey
4.7
9
Payment method verified
Member since Apr 26, 2020

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.