Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by azerturk

  1. azerturk

    c or MATLAB programing for nolinear systems

    thanks for your reply ;no we need just the solution
  2. azerturk

    c or MATLAB programing for nolinear systems

    I need programs(codes) to solve this system equations with methods bisection, secant , newton raphson and regula falsi all with (10D). y=f(t)=9600(1-{e }^{-t/15 })-480t=0 z=g(t)=640({e }^{-t/15 })-480 or plz give me some hints by tuesday
  3. azerturk

    MATLAB Code for solving linear system with gaussian style

    I made the m file with the lines below with some edition but it is not giving the right answer % Method of Gauss for solving linear system: rx=y n=input('enter the number n for matrix n*n >') r=input('enter the matrix n*n for r >') y=input('enter the matrix n*1 for y >') % The matrix must...
  4. azerturk

    MATLAB Code for solving linear system with gaussian style

    I made the m file with the lines below with some edition but it is not giving the right answer % Method of Gauss for solving linear system: rx=y n=input('enter the number n for matrix n*n >') r=input('enter the matrix n*n for r >') y=input('enter the matrix n*1 for y >') % The matrix must...
  5. azerturk

    MATLAB Code for solving linear system with gaussian style

    OK I'll try .I forgat sth :fist of all the algorithm needs pivoting
  6. azerturk

    MATLAB Code for solving linear system with gaussian style

    great .If it's possible plz post me the file that I could run by MATLAB (m file) because I'm not that much familiar with this program
  7. azerturk

    MATLAB Code for solving linear system with gaussian style

    thanks alot that's the point but how could we write it in MATLAM (as a m.file) or in C++
  8. azerturk

    Please help on FLUID MECHANICS textbook

    FLUID MECHANICS by :Streeter FLUID MECHANICS by :Massey MECHANICS of FLUID by :shames
  9. azerturk

    MATLAB Code for solving linear system with gaussian style

    thanks but the problem is not solving the system we shoud show the use of gause style in solvig the equations in the other words we shoud write the algorithm with the help of gause style
  10. azerturk

    MATLAB Code for solving linear system with gaussian style

    Re: MATLAB Code for solving linear system with gaussian styl Thanks but it's not 1 equation & this system has n equations with n variables so the program shoud ask for 'n' and use n×n matrix & we could only use gauss style
  11. azerturk

    MATLAB Code for solving linear system with gaussian style

    I'm new here & I don't know much about the rules.plz help me I need a MATLAB Code(program in the form of .m.file) for solving linear system(equations in the form of matrix) with gaussian style I only have time for about 2 days best regards
  12. azerturk

    MATLAB Code for solving linear system with gaussian style

    It's my first post here & I don't know much about the rules.plz help me I need a MATLAB Code(program in the form of .m.file) for solving linear system(equations in the form of matrix) with gaussian style I only have time for about 2 days :cry: best regards

Part and Inventory Search

Back
Top