Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Matlab Expressions and Calculations in Civil Engineering, Quizzes of Engineering

The test format, instructions, and problems for quiz 1 of engr 1202 - introduction to civil engineering for fall 2002. The quiz includes matlab expressions and calculations, such as creating row vectors and matrices, finding means, lengths, and maximum values, and applying mathematical functions like sine and minimum values.

Typology: Quizzes

Pre 2010

Uploaded on 07/28/2009

koofers-user-ucw-2
koofers-user-ucw-2 🇺🇸

10 documents

1 / 1

Toggle sidebar

Related documents


Partial preview of the text

Download Matlab Expressions and Calculations in Civil Engineering and more Quizzes Engineering in PDF only on Docsity! ENGR 1202 – Introduction to Civil Engineering Quiz 1 Fall 2002 September 16, 2002 jdb_635.doc Test Format and Instructions • 5 problem on 1 page, 100 points total, 20 points each problem • open book and notes, show all calculations for partial credit 1. Write a Matlab expression that sets the variable “a_1” equal to a row vector, where each element of the row vector is one of the solutions to the equation x3 + x + 3 = 0. 2. Write a Matlab expression to create the variable “xx” which is set equal to the matrix shown below. | 3 5 2 | | 4 6 9 | | 12 3 5 | 3. Now, once you’ve set “xx” equal to the matrix shown above, what would be the numerical value of “y” once you’ve executed the following Matlab expression? y = mean (xx(3 , :)) y = ________________ The following Matlab expressions have been executed x = 1 : 10 y = length(x) z = max (x + 10) z1 = sin (min(x) – 1) 4. What is the numerical value of y? y = ______________ 5. What are the numerical values of z and z1? z = __________ z1 = _______________
Docsity logo



Copyright © 2024 Ladybird Srl - Via Leonardo da Vinci 16, 10126, Torino, Italy - VAT 10816460017 - All rights reserved