Programming & Computer Science Answers

C++ 9913
Python 5288
Java | JSP | JSF 3611
C 1680
C# 1362
Computer Networks 989
Algorithms 652
Databases | SQL | Oracle | MS Access 641
HTML/JavaScript Web Application 588
Other 537
Visual Basic 358
Assembler 209
Software Engineering 202
AJAX | JavaScript | HTML | PHP 166
MatLAB 150
MatLAB | Mathematica | MathCAD | Maple 124
Action Script | Flash | Flex | ColdFusion 112
UNIX/Linux Programming 89
Web Development 73
Excel 36
ASP | ASP.NET 23
Delphi | Pascal 21
Perl 16
Prolog 9
Functional Programming 9
MathCAD 5
Wolfram Mathematica 4
WPF 4
Ruby | Ruby on Rails 3
NodeJS Web Application 2

Questions answered by Experts: 26 876

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

Write a MATLAB program to solve the following BVP
. Perform two iterations to solve the following one dimensional heat equation
using FTCS and Crank−Nicolson scheme, with ∆x =
1
4
.
∂u
∂t = 4

2u
∂x2
, 0 < x < 1, t > 0.
u(0, t) = u(1, t) = 0, t ≥ 0 and u(x, 0) = x(1 − x), 0 < x < 1.
. Write a MATLAB program to solve the following BVPs
. Solve the following BVP
∇2u = 0, 0 ≤ r ≤ 1, 0 ≤ θ ≤ π
with boundary conditions
u(1, θ) = 4
π
(πθ − θ
2
), u(r, 0) = u(r, π) = 0, u(0, θ) < ∞.
Write a MATLAB program to solve the following BVP
Solve the following boundary value problem using finite difference method,
with ∆x = ∆y =
1
3

2u
∂x2
+

2u
∂y2
= 0, 0 < x < 1, 0 < y < 1
u(x, 0) = u(0, y) = 0, u(x, 1) = x, u(1, y) = y, 0 ≤ x ≤ 1, 0 ≤ y ≤ 1
Write a MATLAB program to solve the following two-point boundary
value problems and then compare numerical solutions graphically
(b) d
2
θ
dt2
= − sin(θ(t)), 0 < t < 2π, θ(0) = 0.7, θ(2π) = 0.7
Write a MATLAB program to solve the following two-point boundary
value problems and then compare numerical solutions graphically.
(a) d
2
θ
dt2
= −θ(t), 0 < t < 2π, θ(0) = 0.7, θ(2π) = 0.7
. Write a MATLAB program to the method of undetermined coefficients
for approximating d
ku(xr)
dxk
, k = 1, 2, 3 and xr is a reference point.
Write a MATLAB program to solve the following BVPs

. Solve the following PDEs



2u

∂t2

=



2u

∂x2

, 0 < x < 1, t > 0.

u(x, 0) = 0,



∂u

∂t 

(x,0)

= sin3

(πx), 0 ≤ x ≤ 1

u(0, t) = u(1, t) = 0, t ≥ 0.
Write a MATLAB program to solve the following BVPs

Perform two iterations to solve the following one dimensional heat equation

using FTCS and Crank−Nicolson scheme, with ∆x =

1

4

.

∂u

∂t = 4



2u

∂x2

, 0 < x < 1, t > 0.

u(0, t) = u(1, t) = 0, t ≥ 0 and u(x, 0) = x(1 − x), 0 < x < 1.
Write a MATLAB program to solve the following BVPs

Solve the following BVP

∇2u = 0, 0 ≤ r ≤ 1, 0 ≤ θ ≤ π

with boundary conditions

u(1, θ) = 4

π

(πθ − θ

2

), u(r, 0) = u(r, π) = 0, u(0, θ) < ∞.
Write a MATLAB program to solve the following BVPs
Solve the following boundary value problem using finite difference method,
with ∆x = ∆y =
1
3

2u
∂x2
+

2u
∂y2
= 0, 0 < x < 1, 0 < y < 1
u(x, 0) = u(0, y) = 0, u(x, 1) = x, u(1, y) = y, 0 ≤ x ≤ 1, 0 ≤ y ≤ 1
LATEST TUTORIALS
APPROVED BY CLIENTS