Transpose of a column matrix is a.Zero matrix b.Identity matrix c.Row matrix d.Diagonal matrix

1 Answer

Answer :

c.Row matrix

Related questions

Description : Coordinate of â- ABCD is WCS are: lowermost corner A(2,2) & diagonal corner are C(8,6). W.r.t MCS. The coordinates of origin of WCS system are (5,4). If the axes of WCS are at 600 in CCW w.r.t. the axes of MCS. Find new ... in MCS. a.(4.268, 6.732) b.(5.268, 6.732) c.(4.268, 4.732) d.(6.268, 4.732)

Last Answer : a.(4.268, 6.732)

Description : An optimal solution of an assignment problem can be obtained only if a. Each row & column has only one zero element b. Each row & columns has at least one zero element c. The data is arrangement in a square matrix d. None of the above

Last Answer : d. None of the above

Description : Which of the following is true for the stiffness matrix (K)? a.K is a banded matrix b.K is un-symmetric c.K is an un-banded matrix d.none of the above

Last Answer : a.K is a banded matrix

Description : If the body is in a state of equilibrium then the energy is minimum. This statement isconsidered in . a.inverse matrix method b.weighted residual method c.Galerkin’s principle d.the minimum potential energy principle

Last Answer : d.the minimum potential energy principle

Description : Which of the following is not a method for calculation of the stiffness matrix? a.The minimum potential energy principle b.Galerkin's principle c.Weighted residual method d.Inverse matrix method

Last Answer : d.Inverse matrix method

Description : The determinant of an element stiffness matrix is always a.3 b.2 c.1 d.

Last Answer : d.0

Description : For 1-D bar elements if the structure is having 3 nodes then the stiffness matrix formed ishaving an order of a.2*2 b.3*3 c.4*4 d.6*6

Last Answer : b.3*3

Description : Stiffness matrix depends on a.material b.geometry c.both material and geometry d.none of the above

Last Answer : c.both material and geometry

Description : How many minimum numbers of zeros are there in ‘3 x 3’ triangular matrix? a.4 b.3 c.5 d.6

Last Answer : b.3

Description : If a ‘3 x 3’ matrix shears in Y direction, how many elements of it are ‘0’? a.2 b.3 c.6 d.5

Last Answer : d.5

Description : If a ‘3 x 3’ matrix shears in X direction, how many elements of it are ‘1’? a.2 b.3 c.6 d.5

Last Answer : b.3

Description : What is the determinant of the pure reflection matrix? a.1 b.0 c.-1 d.2

Last Answer : c.-1

Description : The two-dimensional translation equation in the matrix form is a.P’=P+T b.P’=P-T c.P’=P*T d.P’=P

Last Answer : a.P’=P+T

Description : Which co-ordinates allow common vector operations such as translation, rotation,scaling and perspective projection to be represented as a matrix by which the vector is multiplied? a.vector co-ordinates b.3D co-ordinates c.affine co-ordinates d.homogenous co-ordinates

Last Answer : d.homogenous co-ordinates

Description : We can combine the multiplicative and translational terms for 2D into a singlematrix representation by expanding a.2 x 2 matrix into 4x4 matrix b.2 x 2 matrix into 3 x 3 c.3 x 3 matrix into 2 x 2 d.Only c

Last Answer : b.2 x 2 matrix into 3 x 3

Description : What is the use of homogeneous coordinates and matrix representation? a.To treat all 3 transformations in a consistent way b.To scale c.To rotate d.To shear the object

Last Answer : a.To treat all 3 transformations in a consistent way

Description : The two-dimensional rotation equation in the matrix form is a.P’=T+P b.P’=S*P c.P’=R*P d.P’=dx+dy

Last Answer : c.P’=R*P

Description : The matrix representation for scaling in homogeneous coordinates is a.P’=S*P b.P’=R*P c.P’=dx+dy d.P’=S*S

Last Answer : a.P’=S*P

Description : The matrix representation for translation in homogeneous coordinates is a.User Coordinate System b.World Coordinate System c.Screen Coordinate System d.None of the above

Last Answer : b.World Coordinate System

Description : Write a Numpy program to create a 3x3 identity matrix, i.e. diagonal elements are 1, the rest are 0. Replace all 0 to random number from 10 to 20 -Technology

Last Answer : import numpy as nparray1=np.identity(3)print(array1)x=np.where(array1==0)for i in x:array1[x]=np.random.randint(low=10,high=20)print(array1)

Description : Write a Numpy program to create a 3x3 identity matrix, i.e. non diagonal elements are 1, the rest are 0. Replace all 0 to random number from 1 to 10 -Technology

Last Answer : import numpy as npZ = np.arange(9).reshape(3,3)print (Z)x=np.where((Z%2)==0)for i in x:Z[x]=np.random.randint(low=10,high=20)print(Z)

Description : Let A be a `2xx2` matrix with real entries. Let I be the `2xx2` identity matrix. Denote by tr (A), the sum of diagonal entries of A. Assume that `A^2=

Last Answer : Let A be a `2xx2` matrix with real entries. Let I be the `2xx2` identity matrix. Denote by tr (A) ... D. Statement -1 is false, statement -2 is true.

Description : To indicate the position of the workpiece ly & easily machine zero pint should be displacedto another point on the workpiece called… a.Workpiece zero Point b.machine Zero Point c.Start Point d.Program Zero point

Last Answer : a.Workpiece zero Point

Description : ……… is the origin of the coordinate system which is defined by manufacturer they cannotbe changed a.Blocking Point b.machine Zero Point c.Start Point d.Program Zero point

Last Answer : b.machine Zero Point

Description : An absolute NC system is one in which all position coordinates are referred to one fixedorigin called the zero point. a.TRUE b.FALSE c. d.

Last Answer : a.TRUE

Description : In penalty approach, rigid support is considered as a spring having stiffness. a.zero b.very small c.very large d.infinite

Last Answer : d.infinite

Description : The characteristic of the shape function is a.the shape function has a unit value at one nodal point and zero value at the other nodes b.the sum of the shape function is equal to one c.both a & b d.None of the above

Last Answer : c.both a & b

Description : When a thin plate is subjected to loading in its own plane only, the condition is called _ a.plane stress b.plane strain c.zero stress d.zero strain

Last Answer : a.plane stress

Description : The B-spline curve has a a.first-order continuity b.second-order continuity c.zero-order continuity d.none of the above

Last Answer : b.second-order continuity

Description : In synthetic curves, zero-order continuity yields a.a position continuous curve b.a slope continuous curve c.a curvature continuous curve d.none of the above

Last Answer : a.a position continuous curve

Description : In homogeneous coordinates value of ‘h’ is consider as 1 & it is called….. a.Magnitude Vector b.Unit Vector c.Non-Zero Vector d.Non-Zero Scalar Factor

Last Answer : d.Non-Zero Scalar Factor

Description : A situation in a game where, in the payoff matrix, maximin of row is equal to minimax of column is called___ a. Centre point b. Main point c. Saddle point d. Equal point

Last Answer : c. Saddle point

Description : Maximization problem, then convert into minimization table through _________ a. Row minimization b. Column minimization c. Regret matrix d. Profit matrix

Last Answer : c. Regret matrix

Description : The minimum number of rows and columns that a word table can have, is: a) Zero b) 1 Row and 1 Column c) 1 Row and 2 Columns d) None of The Above

Last Answer : b) 1 Row and 1 Column

Description : Which one of the following statements is TRUE? a.Teach pendant is used for lead-through teaching. b.Teach pendant is used for manual teaching. c.Teach pendant is used for off-line teaching of robots. d.Teach pendant is not used in robot teaching.

Last Answer : b.Teach pendant is used for manual teaching.

Description : A company is producing 15000 mobiles annually. Determine production scale of company a.Low Production b.Medium Production c.High Production d.None

Last Answer : c.High Production

Description : --------is a manufacturing system in which sequence of operation is fixed by equipmentconfiguration a.Flexible b.Programmable c.Fixed d.All of above

Last Answer : c.Fixed

Description : Which manufacturing system is best suited for batch production a.Flexible b.Programmable c.Fixed d.All of above

Last Answer : b.Programmable

Description : Which automation is suited for high production quantities a.Flexible b.Programmable c.Fixed d.All of above

Last Answer : c.Fixed

Description : A use computer to automatically generate process plans is? a.Lower-level strategies b.Intermediate strategies c.Higher-level strategies d.Morden-level strategies

Last Answer : c.Higher-level strategies

Description : Use computers for storage and retrieval of the data for the process plans are? a.Lower-level strategies b.Intermediate strategies c.Higher-level strategies d.Morden-level strategies

Last Answer : a.Lower-level strategies

Description : Digit 5 in Opitz system is for_________ a.Part class b.Main shape c.Additional holes, teeth and forming d.Plane surface machining

Last Answer : c.Additional holes, teeth and forming

Description : Digit 4 in Opitz system is for_________ a.Part class b.Main shape c.Rotational machining d.Plane surface machining

Last Answer : d.Plane surface machining

Description : Digit 3 in Opitz system is for_________ a.Part class b.Main shape c.Rotational machining d.Plane surface machining

Last Answer : c.Rotational machining

Description : Digit 2 in Opitz system is for_________ a.Part class b.Main shape c.Rotational machining d.Plane surface machining

Last Answer : b.Main shape

Description : Digit 1 in Opitz system is for_________ a.Part class b.Main shape c.Rotational machining d.Plane surface machining

Last Answer : a.Part class

Description : Secondary code of the Opitz system is for_________ a.Design attributes b.Manufacturing attributes c.Production operation type & sequence d.Maintenance flow

Last Answer : c.Production operation type & sequence

Description : Supplementary code of the Opitz system is for_________ a.Design attributes b.Manufacturing attributes c.Production operation type & sequence d.Maintenance flow

Last Answer : b.Manufacturing attributes

Description : Form code of the Opitz system is for_________ a.Design attributes b.Manufacturing attributes c.Production operation type & sequence d.Maintenance flow

Last Answer : a.Design attributes

Description : The last four digits of the Opitz classification system are ______ a.Form code b.Secondary code c.Supplementary code d.Stationary code

Last Answer : b.Secondary code