Community Profile

photo

Cute Doll


University of Western Ontario.

Last seen: 1 year ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to determine the value of CONSTANT by solving the system of equation numerically. (A is need to determine)
function [sol1]=Dr_Noreen global A gamma r b A=?; b=0.5; gamma=pi/3; r=0.5; sol = bvpinit(linspace(0,7,61),[0 0 0 0 0...

3 years ago | 1 answer | 0

1

answer

Answered
Fix the error in code.
@David Sanchez @Walter Roberson

8 years ago | 0

Question


Fix the error in code.
I am trying to solve equation %%%% u(∂u/∂t)=∂^2u/∂z^2 % Bc's %%%% C(z,0) =0, z>0; ∂u(0,t)/∂z =-b, t>0; C(1,t) = 0,...

8 years ago | 1 answer | 0

1

answer

Question


How to make contour plot of given matrices
f= [0; 0.0492; 0.0969; 0.1431; 0.188; 0.2316; 0.274; 0.3152; 0.3554; 0.3946; 0.4328; ...

8 years ago | 2 answers | 0

2

answers

Question


how i can collect integers values only from out put
for n=1:50 a(n)=(35*n+1)/4 end %collect(integers values only from out put)

8 years ago | 2 answers | 0

2

answers

Question


want to get two solutions but error in 1st region of the solution: curve is not smooth
% This program solves MHD stagnation point flow of nanofluid % f'''+ff''-f'^2 + M*(\lambda-f') + lmbda^2=0 % with boundary con...

9 years ago | 0 answers | 0

0

answers

Question


Can some one help me why this command is not working to convert this vector into matrix form having each row should be three columns. So order of new matrix should be should be 5x3. i need this command so far i can use it for nxn matrix.
G =[0 0 0 +0.2000i -0.2500i +0.0500i 0 0 0 -0.2000i +0.2500i -0.0500i 0 0 0] ??? Undefined command/function 'G2mat'. ...

9 years ago | 4 answers | 0

4

answers

Question


how we can find T(j+1,1:3) for large values of D with same interval (Let for D=50)
clc clear all Nt=5; D=1; y=-1:D:1; for j=2:Nt-1 T(1,1:3)=1; T(2,1:3)=y; T(j+1,1:3)=2*y.*T(...

10 years ago | 0 answers | 0

0

answers