Community Profile

photo

Cute Doll


University of Western Ontario.

Last seen: oltre un anno fa Attivo dal 2014

Followers: 0   Following: 0

Contatto

Statistiche

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

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

quasi 8 anni fa | 0

Domanda


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

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


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)

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 9 anni fa | 4 risposte | 0

4

risposte

Domanda


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

quasi 10 anni fa | 0 risposte | 0

0

risposte