Recent content by medinaj2160
-
M
Midpoint and Trapezoidal Rule (EASY)
well, that how the question is written on the sample test. midpoint http://www.youtube.com/watch?v=fKtSR0_xf5g"- medinaj2160
- Post #7
- Forum: Engineering and Comp Sci Homework Help
-
M
Midpoint and Trapezoidal Rule (EASY)
I have, but I don't understand your question. There is nothing else to show, there is no math involve on the other two steps. You or someone that knows what they are doing, should be able to answer question 1 and 3 by looking at the data. You want more work 2)...- medinaj2160
- Post #5
- Forum: Engineering and Comp Sci Homework Help
-
M
Midpoint and Trapezoidal Rule (EASY)
there is nothing else to show- medinaj2160
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
M
Midpoint and Trapezoidal Rule (EASY)
I am solving a sample test for my test on monday, this is the question: Table(1) have results from applying the midpoint and trapezoidal rule on 2, 4 and 8 panels npanels...midpoint...trapezoid 2...2.19998820...2.48452890 4...2.26805993...2.33225855 8...2.28422520...2.30015924 1) do...- medinaj2160
- Thread
- Replies: 7
- Forum: Engineering and Comp Sci Homework Help
-
M
Gaussian Elimation with Partial Pivoting Algorithm by hand
Homework Statement The Gaussian Elimination with Partial Pivoting algorithm when applied to the following matrix A[-3 0 4; 5 2 -6; 0 0 1] Will construct matrices P, L, and U 1- What are the defining properties of the matrices P, L and U? 2- What relation do P, L, U and A always satisfy...- medinaj2160
- Thread
- Algorithm Gaussian hand Partial
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
M
Simple linear algebra refresher?
Is this one f(x)= 6x^2+Y-6- medinaj2160
- Post #9
- Forum: Precalculus Mathematics Homework Help
-
M
Simple linear algebra refresher?
the values in which the interpolation will take place?- medinaj2160
- Post #7
- Forum: Precalculus Mathematics Homework Help
-
M
Simple linear algebra refresher?
:smile: I solve for a, b, c using the solver I got 6, 1, -6 So I guess the quadratic polynomial that interpolates the data is f(x)= 6x^2+Y-6, correct? In this part, is he asking for the 3X3 matrix of the 3 equations? a=[1 -1 1; 1 1 1; 2 2 1] b=[-1 1 8] where a*X=b- medinaj2160
- Post #5
- Forum: Precalculus Mathematics Homework Help
-
M
Simple linear algebra refresher?
Like I said I don't remember anything my brain is fried for some reason. Looking at the data I just know that they are points (-1,-1) (1,1) (2,8) I got -1=a-b+c 1=a+b+c 8=4a+2b+c ?- medinaj2160
- Post #3
- Forum: Precalculus Mathematics Homework Help
-
M
Simple linear algebra refresher?
Homework Statement Given the three x-values {-1,1,2} and the corresponding y-values {-1,1,8}, write down the three equations that define the quadratic polynomial that interpolates this data. I have completely forgot how to do this. Thanks Homework Equations IDK y=mx+b...- medinaj2160
- Thread
- Algebra Linear Linear algebra
- Replies: 8
- Forum: Precalculus Mathematics Homework Help
-
M
Linear equations, elimination matrix and matlab
no! I was given this in part 1: which I solve, and is on my first post. On the second part I am suppose to do this:- medinaj2160
- Post #3
- Forum: Calculus and Beyond Homework Help
-
M
Linear equations, elimination matrix and matlab
Homework Statement For part 1 I solve the problem and I got the follow equation and results: .25x+.10y+.05z=1.15 x+y+z=9 -2y+z=0 The solution is x=3, y=2, z=4 Now I have to solve this by hand with the equation in matrix form using elimination matrix Homework Equations EAx = Eb The...- medinaj2160
- Thread
- Elimination Linear Linear equations Matlab Matrix
- Replies: 2
- Forum: Calculus and Beyond Homework Help