Prove Mn(reals) is a group under matrix addition. Note, Mn(reals={A|A is a real nxn matrix}) Please show all steps and do not write in script!
In: Advanced Math
Consider equation: mx”+cx’+kx=F0cos(\omega t) Find the transient motion and steady periodic oscillations of a damped mass and spring system with m=1; c=2; and k=26 under the influence of an external force F(t)=82cos(4t) with x(0)=6 and x’(0)=0.
In: Advanced Math
Exercise 1. Write an algorithm (pseudocode) to read a set of sales data items from standard input and calculate and output their total and their average. Prompt user to enter number of data items. Exercise 2. Create a test data set to verify your algorithm. How many cases are needed? Explain. Write your test data set below for submission to the EOL dropbox upon completion of your lab. Number of items List data items Expected output Case 1: Exercise 3. Create a flowchart for your algorithm on Raptor and verify it using your test data. Copy and paste your flowchart below for submission to the EOL dropbox upon completion of your lab. Exercise 4. Write a C++ program that implements your flowchart. Use a do-while loop for input validation and a for loop to calculate the total (You may skip this exercise until we cover for and do-while loops)
In: Advanced Math
find the general solution
2xy^3+e^x+(3x^2y^2+siny)y'=0
xy'=6y+12x^4y^(2/3)
(2x+1)y'+y=(2x+1)^(3/2)
In: Advanced Math
Intro to statistical inference questions! (I got two exams that I need to focus on, so I need help with my homework. Please provide detail if you can, thank you so much!)
1) Give an example of three events E, F, and G so that each pair of events is mutually exclusive.
2) Consider a situation where #(all) = 100, #(E) = 32, #(F) = 52, and #(E ∩ F) = 13.
i. Find P(E | F).
ii. Calculate #(E ∩ F) / #(F) and explain why this matches the value in part 1.
3) Suppose we have 30 shuffled cards numbered 1-30. What is the probability of drawing an even value given that the value is greater than 9?
4) Suppose we roll a 6-sided die two times. What is the probability of the sum of the values being greater than 7 given that the first roll was a 5?
5) Suppose we flip a coin two times. Show that flipping heads on the 1st flip is independent of flipping heads on the second flip.
6) Suppose we roll a 6-sided die one time. Are the following events independent? E : roll a value divisible by 3 and F : roll a value greater than 3.
In: Advanced Math
The “divide and average” method, an old time method for approximating the square root of any positive number a, can be formulated as
x = (x + a/x) / 2
Write a well-structured M-file function based on the while…break loop structure to implement this algorithm. At each step estimate the error in your approximation as
ε = abs(( Xnew − Xold )/Xnew
Repeat the loop until e is less than or equal to a specified value. Design your program so that it returns both the result and the error. Make sure that it can evaluate the square root of numbers that are equal to and less than zero. For the latter case, display the result as an imaginary number. Test your program by evaluating a = 0, 2, 10 and -4 for ε = 1×10−4. Hint: This is similar to the IterMeth function discussed in class.
In: Advanced Math
Give an example of integers a, b, m such that a 2 ≡ b 2 (mod m), but a 6≡ b (mod m)
In: Advanced Math
Prove that a subspace of R is compact if and only if it is closed and bounded.
In: Advanced Math
Choose the general slicing method, the disk/washer method, or the shell method to find the volume of the following solids.
The region bounded by the curves y=x+1, y=12/x, and y=1 is revolved about the x-axis. What is the volume of the solid that is generated?
In: Advanced Math
The input-output matrix for a simplified economy with just four sectors (natural resources, manufacturing, trade and services, and personal consumption) is given below. Suppose the demand (in millions of dollars) matrix is matrix D given below. Find the amount each sector should produce.
Natural nbsp Resources nbsp Resources |
nbsp Manufacturing nbsp Manufacturing |
nbsp Trade and nbsp Trade and Services |
Personal nbsp Consumption nbsp Consumption |
Upper D equals Start 4 By 1 Table 1st Row 1st
Column 451 2nd Row 1st Column 301 3rd Row 1st Column 126 4st Row
1st Column 100 EndTableD=
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Natural Resources |
0.1044 |
0.0428 |
0.0028 |
0.0032 |
|||||||||||
Manufacturing |
0.0826 |
0.1088 |
0.0584 |
0.0322 |
|||||||||||
Trade and Services |
0.0867 |
0.1019 |
0.2033 |
0.3556 |
|||||||||||
Personal ConsumptionPersonal Consumption |
0.6254 |
0.3449 |
0.6107 |
0.0799 |
Production levels of
units from natural resources,
units from manufacturing,
units from trade and services, and
units from personal consumption are needed.
(Round to the nearest whole number as needed.)
In: Advanced Math
In: Advanced Math
In the proof of Theorem 4.7 (Euclid’s proof that there are infinitely many primes), the argument uses calculation of a number N. In each case below, suppose for the sake of demonstrating a contradiction, that the given list is the entire list of prime numbers. Calculate N and then factor N into primes to see that you do get a contradiction.
(a) 2, 3, 5, 7, 11
(b) 2, 3, 5, 7, 11, 13, 17, 19
(c) 2, 3, 5, 7, 11, 13, 17, 19, 23, 29
In: Advanced Math
You are developing primers for a wildlife forensic case and want to identify both species and distinguish between individuals. a) For which type of analysis would you want to develop/use degenerate primers? Why? b) If the primer you developed for species ID is 14bp, the mitochondrial genome is 18500 bp, and the nuclear genome is 3.2x109 bp, how many times would you expect it to bind to each of the respective genomes assuming the same primer could bind to both the mtDNA and nDNA genomes? (2marks) c) Comment on the specificity of the primer if this primer was intended to amplify only a mtDNA region and not a nDNA region.
In: Advanced Math
1) In this problem, you may use the fact (which we will prove in Chapter 6) that an integer n is not divisible by 3 if and only if there exists an integer k such that n = 3k + 1 or n = 3k + 2.
(a) Prove that for all integers n, if 3 | n2, then 3 | n.
2) Let a and b be positive integers. Prove that if a | b and b | a, then a = b.
3) Determine whether each statement is true or false. If true, then prove it. If false, then provide a counterexample.
(a) The sum of two irrational numbers is irrational.
(c) The product of a nonzero rational number and an irrational number is irrational.
In: Advanced Math
Solve the following differential equations using Taylor series centered at 0. It’s enough to find the recurrence relation and the first 3 terms of the series.
(a) y''− 2y' + y = 0
(b) y'' + xy' + 2y = 0
(c) (2 + x^2 )y'' − xy'+ 4y = 0
In: Advanced Math