Add to Favorites    Make Home Page 7572 Online  
 Language Categories  
 Our Services  

Home » Pascal Home » Pascal Projects Home » Matrix Multiple

A D V E R T I S E M E N T

Search Projects & Source Codes:

Title Matrix Multiple
Author Cirruse Salehnasab
Author Email cirruse.salehnasab [at] gmail.com
Description
Category Pascal » Pascal Projects
Hits 376010
Code Select and Copy the Code
Code : program matrix; const n=2; l=3; m=4; var i,j,k:integer; a:array[1..n,1..l] of integer; b:array[1..l,1..m] of integer; c:array[1..n,1..m] of integer; begin writeln; writeln('enter matrix a[',n,'*',l,']:'); for i:=1 to n do for k:=1 to l do read(a[i,k]); writeln; writeln('enter matrix b[',l,'*',m,']:'); for k:=1 to l do for j:=1 to m do read(b[k,j]); for i:=1 to n do for j:=1 to m do begin c[i,j]:=0; for k:=1 to l do c[i,j]:=a[i,k]*b[k,j]+c[i,j]; end; writeln; writeln('matrix c=a*b:'); for i:=1 to n do begin for j:=1 to m do write(c[i,j],' ':2); writeln; end; readln; readln; end.

Related Source Codes

Script Name Author
Calendar date to day number and back Nicky McLean
Function Power Recursive Cirruse Salehnasab
swim brian colston
tetris (Mini Project) mehdi farrokhzad
Macsi - space fighting game. Macsi PÚter
Recursive Monkey Puzzle Solution - Project Maxim C.L. Wrne
Maze Game Project In Pascal Mahmood
Excellent Rat in a Maze Program. VyomWorld
A car game. You have to drive the car in such a way that you dont strike a barrier on the road. VyomWorld
Student Database Information System. VyomWorld
Tic Tac Toe Game implemented in Pascal. VyomWorld
Game to Gain more blocks by drawing appropriate lines from correct places(dots). VyomWorld
To Find The Coinage Of The Amount Entered. VyomWorld
Randomizes two 3x3 arrays and indicates the numbers whih are common in both the arrays otherwise an cross 'x' is shown instead. VyomWorld
Program that checks the space on drive a: and also gives a graphical representation of memory. VyomWorld

A D V E R T I S E M E N T




Google Groups Subscribe to SourceCodesWorld - Techies Talk
Email:

Free eBook - Interview Questions: Get over 1,000 Interview Questions in an eBook for free when you join JobsAssist. Just click on the button below to join JobsAssist and you will immediately receive the Free eBook with thousands of Interview Questions in an ebook when you join.

New! Click here to Add your Code!


ASP Home | C Home | C++ Home | COBOL Home | Java Home | Pascal Home
Source Codes Home Page

 Advertisements  

Google Search

Google

Source Codes World.com is a part of Vyom Network.

Vyom Network : Web Hosting | Dedicated Server | Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Interview Questions | Jobs, Discussions | Placement Papers | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | Arabic, French, German | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Software Testing | Google Logo Maker | Freshers Jobs

Sitemap | Privacy Policy | Terms and Conditions | Important Websites
Copyright ©2003-2024 SourceCodesWorld.com, All Rights Reserved.
Page URL: http://www.sourcecodesworld.com/source/show.asp?ScriptId=1135


Download Yahoo Messenger | Placement Papers | Free SMS | C Interview Questions | C++ Interview Questions | Quick2Host Review