Purchase Solution

Integral Polynomials using Simpson's/Rectangle Rule

Not what you're looking for?

Ask Custom Question

In Matlab Develop a program that will:
a. Calculate the integral of a n-order polynomial using Simpson's rule and rectangle rule, the orders will be positive integers.
b. The user shall input the coefficients to the polynomial
c. The user shall be able to define the order of the polynomial
d. The user will define how many segments will be used to approximate the integral
e. The user will define the bounds of the integral
f. The user shall be able to define which integration technique they want to use (They should also have the option to run both integration techniques in one execution)
g. Upon successful calculation of an integral the program should plot the original n-order polynomial and output the total integral on the plot.

Purchase this Solution

Solution Summary

The integral polynomials using Simpson's Rectangle Rules are determined.

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C# variables and classes

This quiz contains questions about C# classes and variables.

C++ Operators

This quiz tests a student's knowledge about C++ operators.