
Senthil
B.Tech, M.tech., (Ph.D)
Content Feed
답변 있음
Iterate simultaneous equations till it reach convergence
Actually i need to integrate the iteration code in the above program.
Iterate simultaneous equations till it reach convergence
Actually i need to integrate the iteration code in the above program.
4년 초과 전 | 0
| 수락됨
질문
Iterate simultaneous equations till it reach convergence
Question: How to iterate T_R, T_f and T_a for multiple times till T_f reaches convergence. Code below: Q_R=935.9432834; h_f=2...
4년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
print output in table format and print the max value
% Density, kg/m^3 rho = 210; T = 2.5; % Volume , m^3 V = 0.018457; % Diameters, m D = [0.05 0.10 0.12 0.20]; % Height, ...
print output in table format and print the max value
% Density, kg/m^3 rho = 210; T = 2.5; % Volume , m^3 V = 0.018457; % Diameters, m D = [0.05 0.10 0.12 0.20]; % Height, ...
거의 5년 전 | 0
질문
print output in table format and print the max value
clear all clc % Density, kg/m^3 rho=210; T=2.5; % Volume , m^3 V=0.018457; % Diameters, m for D= [0.05 0.10 0.15 0.20] ...
거의 5년 전 | 답변 수: 2 | 0
2
답변문제를 풀었습니다
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
대략 7년 전