Questions
sketch the fourier series of f(x) on the interval -L <= x <= L for A)...

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...

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...

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.

 

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...

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...

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...

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...

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, Find the general solution of y1 with...

x2 y" + (x2+x) y’ +(2x-1) y = 0,

  1. Find the general solution of y1 with r1 and calculate the coefficient up to c4 and also find the general expression of the recursion formula, (recursion formula for y1)
  2. Find the general solution of y2 based on theorem 4.3.1. (Hint, set d2 = 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

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...

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...

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...

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

Which of the following sets are closed under addition? (i) The set of all vectors in...

Which of the following sets are closed under addition?

(i) The set of all vectors in R2 of the form (a, b) where b = a2.
(ii) The set of all 3 × 3 matrices that have the vector [3 -1 -1]T as an eigenvector.
(iii) The set of all polynomials in P2 of the form a0 + a1 x + a2 x2 where a0 = a2.
(A) (i) only (B) all of them (C) (ii) only (D) (i) and (iii) only (E) (iii) only (F) none of them (G) (ii) and (iii) only (H) (i) and (ii) only

In: Advanced Math

1. a) A monic polynomial is a polynomial which has leading coefficient 1. Find the real,...

1.
a) A monic polynomial is a polynomial which has leading coefficient 1. Find the real, monic polynomial of the lowest possible degree which has zeros −1−i,−2i and 3i, and z is the variable.
b) i) If we prove that if a, b and c are integers such that a|b and a|c then a|(b + c), what is the converse of this statement, and is it true?
ii) Why is the statment “If it is Thursday, then I have a pasta for dinner. Today is Friday, so I will not have a pasta for dinner” not valid?

In: Advanced Math