sketch the fourier series of f(x) on the interval -L <= x <= L for
A) f(x) = (x when x < L/2 and 0 when > L/2)
B) f(x) = e^-x
In: Advanced Math
Prove that the set R ={ a+ b√2+c√3+d√6 , a,b,c,d belongs to Q } is a field
In: Advanced Math
Use Octave
Given a matrix M ∈ M mn , each function should first ensure that
the matrix has the proper size (e.g., be
square if the definition involves a square matrix). Until CA4, we
do not implement proper error handling,
so for now, if the matrix is not of the proper size, the function
should return FALSE. In this assignment,
we create functions that characterise matrix properties or types.
These definitions can be found easily. For
reference, the location of some of the definitions in the Horn
& Johnson book is provided. The following
functions should be made available:
1. is_ real _matrix(M) is true if M ∈ M(R).
2. is _complex _matrix(M) is true if M ∈ M(C) and ∃i,j such that
=(m ij ) 6= 0.
3. is _diagonal_ matrix(M) is true if M ∈ M(C) is a diagonal matrix
(H&J 0.9.1).
4. is_ lower _triangular_ matrix(M) is true if M ∈ M(C) is a lower
triangular matrix (H&J 0.9.3).
5. is _upper _triangular_ matrix(M) is true if M ∈ M(C) is an upper
triangular matrix (H&J 0.9.3).
6. is _triangular _matrix(M) is true if M ∈ M(C) is a triangular
matrix (H&J 0.9.3).
7. is _symmetric_ matrix(M) is true if M ∈ M(C) is a symmetric
matrix.
8. is -hermitian _matrix(M) is true if M ∈ M(C) is a Hermitian
matrix.
9. is_ skew _hermitian _matrix(M) is true if M ∈ M(C) is a skew
Hermitian matrix.
10. is_ normal _matrix(M) is true if M ∈ M(C) is a normal
matrix.
11. is _unitary_ matrix(M) is true if M ∈ M(C) is a unitary
matrix.
12. is_ orthogonal_ matrix(M) is true if M ∈ M(C) is an orthogonal
matrix.
13. is_ permutation _matrix(M) is true if M ∈ M(C) is a permutation
matrix (H&J 0.9.5).
14. is _reversal_ matrix(M) is true if M ∈ M(C) is a reversal
matrix (H&J 0.9.5).
15. is _circulant _matrix(M) is true if M ∈ M(C) is a circulant
matrix (H&J 0.9.6).
16. is _Toeplitz_ matrix(M) is true if M ∈ M(C) is a Toeplitz
matrix (H&J 0.9.7).
17. is _Hankel _matrix(M) is true if M ∈ M(C) is a Hankel matrix
(H&J 0.9.8).
18. is _lower_ Hessenberg matrix(M) is true if M ∈ M(C) is a lower
Hessenberg matrix (H&J 0.9.9).
19. is_ upper_Hessenberg matrix(M) is true if M ∈ M(C) is an upper
Hessenberg matrix (H&J 0.9.9).
20. is _tridiagonal_ matrix(M) is true if M ∈ M(C) is a tridiagonal
matrix (H&J 0.9.10).
21. is _Jacobi _matrix(M) is true if M ∈ M(C) is a Jacobi matrix
(H&J 0.9.10).
22. is_ persymmetric_ matrix(M) is true if M ∈ M(C) is a
persymmetric matrix (H&J 0.9.10).
In: Advanced Math
why is the slant height s = sqrt(2) - x . Please explain thoroughly how to find the slant height.
(Folding a pyramid) A pyramid with a square base and four faces, each in the shape of an isosceles triangle, is made by cutting away four triangles from 2 ft square piece of cardboard and bending up the resulting triangles to form the walls of the pyramid. What is the largest volume the pyramid can have? Hint: The volume of a pyramid having base area A and height h measured perpendicular to the base is V = (1/3)Ah.
In: Advanced Math
Solve using matlab code
The initial value problem dydx−y= 2 cosx, y(0) =−2
has the exact solution y(x) =−e^x −√2 cos (x+π4).
Use the Euler method to solve the initial value problem for 0≤x≤2 using n=10,50,100,200 and plot solutions in one graph.
Repeat #1 using the Runge-Kutta method and plot solutions in one graph with the exact solution
In: Advanced Math
In biotechnology, where do you use differential equations? What kind of problems can we solve with them?
In: Advanced Math
The Johnsons have accumulated a nest egg of $40,000 that they intend to use as a down payment toward the purchase of a new house. Because their present gross income has placed them in a relatively high tax bracket, they have decided to invest a minimum of $2300/month in monthly payments (to take advantage of the tax deduction) toward the purchase of their house. However, because of other financial obligations, their monthly payments should not exceed $2900. If local mortgage rates are 3.5%/year compounded monthly for a conventional 30-year mortgage, what is the price range of houses that they should consider? (Round your answers to the nearest cent.)
least expensive | $ |
most expensive | $ |
In: Advanced Math
How to proof:
Matrix A have a size of m×n, and the rank is r. How can we rigorous proof that the dimension of column space are always equal to the dimensional of row space?
(I can use many examples to show this work, but how to proof rigorously?)
In: Advanced Math
x2 y" + (x2+x) y’ +(2x-1) y = 0,
In: Advanced Math
Solve the following initial-value differential equations using Laplace and inverse transformation.
y''-y=3e^(2t), y(0)=6, y'(0)=3
In: Advanced Math
For all n > 2 except n = 6, show how to arrange the numbers 1,2,...,n2 in an n x n array so that each row and column sum to the same constant.
In: Advanced Math
Find the first four terms of the sequence (an)n≥1 with the given definition. Determine if they are potentially arithmetic or geometric.
(a) an is the number of n-bit strings which have more 1’s than 0’s. (Also, write down the strings for n ≤ 4.)
(b) an is the number of n-bit strings in which the number of 1’s is greater than or equal to the number of 0’s in every prefix. For example, 010111 would not qualify, since the prefix 010 has more 0’s than 1’s. (Also, write down the strings for n ≤ 4.)
(c) an is the number of lattice paths from (0, 0) to (n, n). (Refer to Section 1.2 if you need a refresher on lattice paths.)
In: Advanced Math
et A be a 157 x 157 upper-triangular matrix. Suppose that every diagonal entry of A is 1 and that there is at least one nonzero off-diagonal entry in A. Is A diagonalizable? Explain how you can answer this question mentally, with no non-trivial calculations.
In: Advanced Math
In: Advanced Math
In: Advanced Math