<< Prev Showing: 1-5 of 322 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 ·Suppose that a rabbit is initially at point (0,100) and a fox is at (0,0). Suppose that the rabbit runs to the right at speed Vr = 5 ft/sec and the fox always runs toward the rabbit at speed Vf = 6 ft/sec. Write a Matlab program that determines to within 1 second, when the fox catches the rabbit. The program should also plot rabbit and fox positions. Use the modified Euler method to estimate Xf(t),Yf(t) and the time to capture. Please do not respond without a written program in Matlab.
Subject:
Math
Topic:
Numerical Analysis
Posting ID:
2946
OTA ID:
103034
Prove rigorously that ||x + y||1 <= ||x||1 + ||y||1
Subject:
Math
Topic:
Numerical Analysis
Posting ID:
3004
OTA ID:
101298
See Attachment. I have tried substituting integer values of t from 1 to 10 as follows: P(1) = 0.66recurring P(2) = 0.83rec P(3) = 0.75 P(4) = 0.66rec P(5) = 0.83rec P(6) = 1.5 P(7) = 2.916rec P(8) = 5.3rec P(9) = 9 P(10) = 14.16rec Therefore it appears that there are two local minima (at t=1 and t=4)and not exactly one like the question says to find.
Subject:
Math
Topic:
Numerical Analysis
Posting ID:
5306
OTA ID:
103059
differential equations (analysis)
Let I be an open interval and n be a natural number. Suppose that both f:I->R and g:I->R have n derivatives. Prove that fg:I->R has n derivatives, and we have the following formula called Leibnitz's formula: (fg)^n(x) = the sum as k=0,1,2,...n of(n choose k)f^k(x)g^(n-k)(x) for all x in I. Write the formula out explicitly for n=2 and n=3.
Subject:
Math
Topic:
Numerical Analysis
Posting ID:
9872
OTA ID:
103197
criteria for integrability (analysis)
Define f(x) = x^2 for all x in [0,1]. For each natural number n, compute L(f,Pn) and U(f,Pn), where Pn is the regular partition of [0,1] into n subintervals.Then use the Integrability Criterion to show that the function f:[0,1]->R is integrable. I've already figured out that I can use the sum as k=1,2,3,....n for k^2 = n(n+1)(2n+1)/6 in the question somehow.
Subject:
Math
Topic:
Numerical Analysis
Posting ID:
9874
OTA ID:
103197
<< Prev Showing: 1-5 of 322 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-322 ·Page generated in 0.1035 seconds