Click here to Skip to main content
15,888,733 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Deadline reminder for Pallab_GT Pin
CPallini2-Apr-08 21:17
mveCPallini2-Apr-08 21:17 
GeneralRe: Deadline reminder for Pallab_GT Pin
soap brain12-Apr-08 0:13
soap brain12-Apr-08 0:13 
GeneralRe: Deadline reminder for Pallab_GT Pin
CPallini12-Apr-08 4:40
mveCPallini12-Apr-08 4:40 
GeneralRe: Deadline reminder for Pallab_GT Pin
soap brain12-Apr-08 4:43
soap brain12-Apr-08 4:43 
GeneralIndeed. Pin
CPallini12-Apr-08 5:43
mveCPallini12-Apr-08 5:43 
QuestionA Problem Occurs ,While I was COding in MATLAB,Take Look At this. Pin
weicell30-Mar-08 8:49
weicell30-Mar-08 8:49 
GeneralRe: A Problem Occurs ,While I was COding in MATLAB,Take Look At this. Pin
MarkB7772-Apr-08 14:58
MarkB7772-Apr-08 14:58 
RantHELP ME ABOUT MY Term PROject in MATLAB!!PLEASE PLEASE...s.o.s. Pin
weicell29-Mar-08 14:09
weicell29-Mar-08 14:09 
Write a MATLAB® function to calculate the condition number of a symmetric square matrix of any size by means of Eigenvalues:

§ The power method should be used to calculate the Eigenvalues.

§ The script (function) should give an error message if the matrix is not square and/or is not symmetric.

§ The result of the built-in MATLAB® function “cond” should be displayed in addition to the results of the power method.

For example:



function [condPower,condMatlab]=NameofFunction(A,…)





condPower=…;

condMatlab=cond(A);

fprintf(‘Condition of matrix calculated using the Power method is %5.2g and using cond(A) is %5.2g \n’, condPower,condMatlab);

......
.......
.......
This is my Project And I cannot Do it by myself.Please help me.
Mail Mail adress; weicell@yahoo.com





1. Write a MATLAB® script to solve the following Continuous Stirred Tank Reactor (CSTR) problem using Gauss-Siedel iteration. Five CSTR’s are connected in series. Find the exit concentration from each reactor.



Assumptions for the system are:

§

ki

Steady state system

§ First-order irreversible reaction in liquid phase AàB

§ No change in volume or density of liquid

§ Rate of disappearance of solute in reactor given by: Ri=VikiCi mol/h




Reactor 1


Reactor 2


Reactor 3


Reactor 4


Reactor 5

Vi (L)


100


150


75


40


80

ki (h-1)


0.1


0.2


0.3


0.5


0.3





Hints: First set up the material (mass) balance equations for each of the reactors

Remember: input-output-disappearance by reaction-accumulation=0, where accumulation will be zero for a steady state system.

You will have 5 equations and 5 unknown variables Ci, where i=1:5

Make sure the system of linear equations is diagonally dominant.



This is The Second one.PLease Help me I am n a hurry,
I have to send it to my instructor on sunday...
Please..Confused | :confused: Dead | X| Frown | :(
GeneralRe: HELP ME ABOUT MY Term PROject in MATLAB!!PLEASE PLEASE...s.o.s. Pin
weicell29-Mar-08 14:12
weicell29-Mar-08 14:12 
GeneralYou want us to do your mid-term exam for you?? Pin
cp987629-Mar-08 14:44
cp987629-Mar-08 14:44 
GeneralRe: You want us to do your mid-term exam for you?? Pin
weicell29-Mar-08 15:21
weicell29-Mar-08 15:21 
GeneralRe: You want us to do your mid-term exam for you?? PinPopular
pmarfleet29-Mar-08 21:41
pmarfleet29-Mar-08 21:41 
GeneralRe: You want us to do your mid-term exam for you?? Pin
weicell30-Mar-08 0:41
weicell30-Mar-08 0:41 
GeneralRe: You want us to do your mid-term exam for you?? Pin
Tim Craig30-Mar-08 9:29
Tim Craig30-Mar-08 9:29 
GeneralRe: You want us to do your mid-term exam for you?? Pin
Paul Conrad2-Aug-08 11:08
professionalPaul Conrad2-Aug-08 11:08 
GeneralRe: You want us to do your mid-term exam for you?? Pin
Tim Craig2-Aug-08 20:30
Tim Craig2-Aug-08 20:30 
GeneralRe: You want us to do your mid-term exam for you?? Pin
Paul Conrad2-Aug-08 20:36
professionalPaul Conrad2-Aug-08 20:36 
GeneralRe: You want us to do your mid-term exam for you?? Pin
Dave Kreskowiak31-Mar-08 8:35
mveDave Kreskowiak31-Mar-08 8:35 
GeneralRe: You want us to do your mid-term exam for you?? Pin
El Corazon31-Mar-08 9:16
El Corazon31-Mar-08 9:16 
GeneralRe: You want us to do your mid-term exam for you?? Pin
Tim Craig31-Mar-08 15:38
Tim Craig31-Mar-08 15:38 
GeneralRe: You want us to do your mid-term exam for you?? Pin
David Crow28-Apr-08 6:30
David Crow28-Apr-08 6:30 
GeneralRe: You want us to do your mid-term exam for you?? Pin
weicell30-Mar-08 0:43
weicell30-Mar-08 0:43 
QuestionRe: You want us to do your mid-term exam for you?? Pin
CPallini30-Mar-08 1:37
mveCPallini30-Mar-08 1:37 
GeneralRe: You want us to do your mid-term exam for you?? Pin
weicell30-Mar-08 2:01
weicell30-Mar-08 2:01 
GeneralRe: You want us to do your mid-term exam for you?? PinPopular
pmarfleet30-Mar-08 7:05
pmarfleet30-Mar-08 7:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.