answersLogoWhite

0


Best Answer

taking an example of matrix x ,we find whether this matrix is transitive or not: x=[1 1 0 ;1 0 1;1 0 1] m=1; for i=1:3 for j=1:3 if x(i,j)==1 for k=1:3 if x(j,k)==1 if x(i,k)~=1 m=0; end end end end end end if m==1 disp('Given matrix is Transitive') else disp('Given Matrix is not Transitive') end

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Transitive matrix-a matlab program
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you solve central difference in Matlab?

Possibly the Program Stepping Operator by Matlab.


What is the difference between xilinx and matlab software?

Xilinx is a package. Matlab is a package and language. Xilinx requires a HDL program to execute the required logic. Matlab requires the Matlab program for that purpose. Xilinx is used for digital electronics. Matlab is used for signal processing.


Who is the founder of MATLAB program?

Cleve moler


Where can i find Matlab programming for RF-ID reader?

Matlab is a package that is available for licensed users. The program required for it is available at the official site of Matlab


How is a pso program in matlab..how is it created from algorithm..please help?

The PSO or Particle Swarm Optimization Program algorithm in MatLab is created by first creating a binary genetic algorithm.


What is the shortcut to run a file in Matlab?

Press F5 after typing the program. It runs the program.


How do you program microcontroller in Matlab?

please any one tell me how


Matlab program for FM demodulation?

Matlab has a built-in function called "demod" in the communications (signal processing) toolbox where you can specify 'fm' for frequency demodulation.


How exactly does MATLAB plotting work?

MATLAB is a software program that helps people with doing math. More specifically, it helps people with visualization, programming, and computation. MATLAB plotting should be done in plot edit mode.


How is the program of pso written in in matlab...For eg i want to obtain optimal position for svc for voltage stability..how will b program..also how to create that program from algorithm..?

The program of PSO in Matlab to obtain optimal position for SVC voltage stability will need written in the standard format beginning with the stability grid.


What is the difference between matlab and simulink?

MATLAB is the programming environment, you need to program in the command window or m files. SIMULINK is used to do simulations, it has many blocks ,you just need to drag and connect them as you need.


What are some construction job cost module software programs?

Someone construction job software programs are AutoCad and Matlab. AutoCad is a design program where building and materials can be shown clearly. Matlab is used for calculations.