Community Profile

photo

Senthil


Last seen: fast 4 Jahre vor Aktiv seit 2016

Followers: 0   Following: 0

B.Tech, M.tech., (Ph.D)

Statistiken

All
  • Thankful Level 1
  • First Answer
  • Scavenger Finisher

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Iterate simultaneous equations till it reach convergence
Actually i need to integrate the iteration code in the above program.

fast 5 Jahre vor | 0

| akzeptiert

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 5 Jahre vor | 0

Frage


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

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

mehr als 7 Jahre vor