Statistics
8 Questions
0 Answers
RANK
238 649
of 293 767
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20 063
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 149 751
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
plot(skin friction)
skinfriction() function skinfriction Nt=0.5; Nb=0.5; Le=2; Pr=1; lambda=1.5; s=1; A=3; %% solution in structure form %First ...
ungefär 2 månader ago | 0 answers | 0
0
answersQuestion
dual solution for skin friction and nusselt number and sheerword number using bvp4c solver: mathematical equations and the code is given in description.
Artical:Unsteady boundary-layer flow and heat transfer of a nanofluid over a permeable stretching/shrinking sheet here are the ...
ungefär 2 månader ago | 0 answers | 0
0
answersQuestion
sol2 = bvp4c(@bvpexam2, @bcexam2, sol);
how to get second solution from this code.I ploted first solution for different values of alpha. function Ibrardual clc cl...
2 månader ago | 1 answer | 0
1
answerQuestion
sol2= bvp4c(@bvpexam2, @bcexam2, sol); (How can I plot second solution)
using this code for different values of alpha i ploted the first solution. now what changes are required to plot second solution...
2 månader ago | 0 answers | 0
0
answersQuestion
why this error? >> Untitledyasir Error using bvp4c (line 251) Unable to solve the collocation equations -- a singular Jacobian encountered. Error in Untitledyasir (line 55) s
function slipflow format long g %Define all parameters % Boundary layer thickness & stepsize etaMin = 0; etaMax1 = 15; eta...
2 månader ago | 0 answers | 0
0
answersQuestion
what is the error here?
here is the code . slipflow() function slipflow format long g %Define all parameters % Boundary layer thickness & stepsize ...
2 månader ago | 1 answer | 0
1
answerQuestion
how can i plot graph of skin friction using the bellow code.
what changes are required in this code slipflow() function slipflow format long g %Define all parameters % Boundary laye...
2 månader ago | 1 answer | 0
1
answerQuestion
how can i plot graph of skin friction and nusselt number and how can i get different points to plot them
I want to plt graph of skin friction,nusselt number and sheerwod number. what changes are required in the code.
2 månader ago | 0 answers | 0