Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9233035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T06:27:23+00:00 2026-06-18T06:27:23+00:00

I am calculating the absolute error of a summation compared to an integral (summation

  • 0

I am calculating the absolute error of a summation compared to an integral (summation answer – integral answer):

integral of e^x from 0 to 1, compared to (1/n)*summation(e^rand()) from i = 1 to n.

I have to plot the error vs n in matlab. I can’t wrap my head around how to do this. I am able to calculate the error from 1 to an arbitrary number like 50 by using a for loop from 1 to 50. But, how would I plot this? I would need to do multiple summations to different values of n correct?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T06:27:24+00:00Added an answer on June 18, 2026 at 6:27 am

    So what you want to do is calculate the area with the integral and the error function at the same time and store them in an array:

    maxLevel = 50;
    integral = zeros(maxLevel, 1);
    summation = zeros(maxLevel, 1);
    
    for i = 1:maxLevel
    
        integral(i) = integralFunction(i);
        summation(i) = summationFunction(i);
    end
    

    Then you can plot like this:

    plot(1:length(integral), integral, 'r');
    hold on;
    plot(1:length(summation), summation, 'g');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have written a custom function that positions absolute divs inside a container calculating
I have algorithm of calculating average speed in pure python: speed = [...] avg_speed
I am calculating intersection, union and differences of sets. I have a typedef of
I am calculating the number of days between the 'from' and 'to' date. For
Without calculating the element's position and then firing your own event. original fiddle (can
I have a serious problem with calculating Standard Deviation within subgroup in SSRS/SQl (whichever
I have a Pythonic need to determine the minimum number in terms of absolute
The post on calculating trend lines on a scatter plot ( How do I
I am calculating the absolute difference between two numpy.uint8 s in python with d
I have an ajaxtoolkit AutoCompleteExtender that has position: absolute. I have placed it inside

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.