పోస్ట్‌లు

100% working code for Steepest Descent iterative algo for finding solution of Ax=b

%%100_working code for Steepest Descent iterative algo for finding %%solution of Ax=b, where A is symmetric Positive definite %%written by vikram bhayyA on 18-6-26 ~14:37-14:42 %%general. clc clear all A=input( 'enter a Symmetric Positive Definite matrix:' ); %A=[4,1,1;1,3,-1;1,-1,3]; %has to be symmetric Positve definite [m,n]=size(A); n b=input( 'enter the output vector of size n,1:' ); %b=[6,3 3]'; %x0=zeros(n,1); x0=[1 -1 0]'; %x0=[0 0 0]' ; % initial guess %initialize r0=b-A*x0; %residual if norm(r0)<0.01 display( 'solution of Ax=b is' ) x0 else %p0=r0; %search direction k=1; while (k) alpha0=(r0'*r0)/(r0'*A*r0); %step size x1=x0+alpha0*r0; %update x1 r1=b-(A*x1)...

100_working code for conjugate gradient iterative algo for finding solution of Ax=b

%%100_working code for conjugate gradient iterative algo for finding %%solution of Ax=b, where A is symmetric Positive definite %%written by vikram bhayyA on 18-6-26 ~13:19-13:59 %%general clc clear all A=input( 'enter a Symmetric Positive Definite matrix:' ); %A=[4,1,1;1,3,-1;1,-1,3]; %has to be symmetric Positve definite [m,n]=size(A); n b=input( 'enter the output vector of size n,1:' ); %b=[6,3 3]'; %x0=zeros(n,1); x0=[1 -1 0]'; %x0=[0 0 0]' ; % initial guess %initialize r0=b-A*x0; %residual if norm(r0)<0.1 display( 'solution of Ax=b is:' ) x0 ...
🌞  The *Department of Electronics and Communication Engineering, Megha Institute of Engineering and Technology for Women (MIETW), Hyderabad* is delighted to invite Faculty Members, Research Scholars, Students, and Industry Professionals to participate in the 🎓 *ONE WEEK ONLINE FACULTY DEVELOPMENT PROGRAMME (FDP)* *Advanced Semiconductor Technologies: Enabling AI-Driven, IoT-Connected, and Smart Manufacturing Solutions for Industry 5.0* *"Empowering Faculty with Next-Generation Semiconductor Knowledge for Smart Industries"* 📅 *Programme Dates:* 15th June 2026 – 19th June 2026 🕙  10:00 AM – 12:00 PM Online *Registration* FREE 📝 *Last Date for Registration:* 14th June 2026 🔗 *Registration Link:* https://docs.google.com/forms/d/e/1FAIpQLScs93Ajfdyj1uDj-OJXRv...
---------- Forwarded message --------- From:  विक्रम भय्या vikramkumar   < vikrambhayya@gmail.com > Date: Mon, Dec 4, 2017 at 2:56 PM Subject: చిన్నపాప హక్కుల్ని కాలరాస్తున్న తాత కుటుంబం! To: < dial1098@childlineindia.org.in > నమస్కారము  ప్రత్యేక పరిస్థితుల్లో తప్ప తల్లిదండ్రులవద్ద జీవించటం వారి ఆప్యాయతానురాగాలకు నోచుకోవడం పిల్లల ప్రాధమిక హక్కు.  ఐతే దురుద్దేశపూరితుల  కారణముగా ఒక పాప బాల్యములో సహజత్వాన్ని కోల్పోతున్నది. తన హక్కుల  గురించి అడగలేకపోతున్నది. భవిష్యత్తులో సమాజములో తనకు తండ్రి గురించి ఎవరైనా అడిగితె   చెప్పలేని  దీన స్థితి!  ఇలా దయనీయ స్థితిలో కొట్టుమిట్టాడటానికి .. సంతోషానికి దూరంకావడానికి    ఆ పాప యొక్క 'తాత కుటుంబము (తాత ...వాళ్ళావిడ ..వాళ్ళమ్మాయి)' కారణమౌతుంది.  మోక్షం కల్పించండి.         ...