answersLogoWhite

0

f(x)=x^5+4

(i)integrate the equation

(ii) lower band=2 and upper band=3 , now the equation

(i)

>> syms x

>> int(x^5+4)

ans =

(x*(x^5 + 24))/6

(ii)

>> syms x

>> int(x^5+4)

ans =

(x*(x^5 + 24))/6

>> int(x^5+4,2,3)

ans =

689/6

>>

>>

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Viva questions in hmt lab?

Below are examples of hmt lab questions: What does mat lab do? How are solutions expressed in mat lab? Viva questions in hmt lab are: What is mat lab? What does mat lab stands for?


Solve this rebus big a with the word MAT on it?

matinee


What does mat lab stands for?

It could be Materials Laboratory.


What is the full form of mat lab?

matrix laboratory


What are type of the projects which can be made using mat lab?

Matlab is essentially a computing environment to solve equations (algebraic, differential etc.,) and to get wonderful plots. It can be used for many varieties of projects in chosen disciplenes.


Can you show some Viva questions for matlab?

# What is mat lab? # What does mat lab stands for? # What does mat lab do? # How are solutions expressed in mat lab? # What are the advantages of using mat lab? # What is the basic data element of mat lab? # Does matrix in mat lab require dimensioning? # What are toolboxes? # What areas are toolboxes are available in? # What are different types of system mat lab can handle? # What is the statement for linear convolution? # What is the statement for cross correlation? # What is the statement for auto correlation? # Statement for finding FFT? # What is the language used in mat lab? # What is a vector (reference to mat lab)? # What is matrix? # Syntax for simple array definition? # Significance of increment in array definition? # Why is terminate needed in array definition? # How is a matrix defined? # How are different row elements separated? # If we don't use a comma in separating elements of same row what else we can do? # What is a plot? # What function is used to generate a 3D graphic? # How many digits mat lab shows by default? # Syntax of hyperbola tangent function? # Syntax for inverse cosine function? # Function for complex conjugate? # Function for real part? # Function for imaginary part? # What does fix stand for? # What does ceil and floor stand for? # Command for polar coordinate plot? # Command for discrete sequence plot? # How do we label x and y axis? # How can we take values from the user? # What are the applications of dip in image processing? # What is signal? # What is a oneD and 2D signal? # What is a continuous and discrete signal? # What are random signals? # What are periodic signals? # What are stable systems? # What is the order of the system?


Mini project related to electrical engineering related to mat lab?

regarding substation


What is mat lab?

it is material laboratory. MatLab is a high level computing language and interactive environment.


What is a problem that the lab activity is designed to solve?

The question we answer is the problem.


What windows utilities did you use or could you have used to solve the problem in the lab?

That depends a lot on what problem you want to solve.


What is the problem that a lab activity is designed to solve called?

The question we answer is the problem.


Why do you need initial condition to solve differential equation?

The solution to a differential equation requires integration. With any integration, there is a constant of integration. This constant can only be found by using additional conditions: initial or boundary.