Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( 2 0 points ) Write an R script for parts ( a ) , ( b ) and ( c ) . ( see

(20 points) Write an R script for parts (a),(b) and (c).(see next page)
Run the script and hand in your R execution results.
Include the R commands in your HW1R script file submitted in canvas.
Page
Homework: Module 1
(a) Create a matrix A with 25 rows, 2 columns, and all entries equal 1.
(b) Reassign the first column of A so that the entry in the k th row and first column is: 2k. That is, the (row k, column 1)-entry of A is reassigned to 2k for k=1,2,3,cdots,25.
(c) Using a for () loop, reassign the entries of the second column of A as follows:
For odd k, reassign row k, column 2 of A as: k2.
For even k, reassign row k, column 2 of A as: eklogtdt.
This is the log with base e=exp(1). You may want to use $value at the end of the line.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Strategic Database Technology Management For The Year 2000

Authors: Alan Simon

1st Edition

155860264X, 978-1558602649

More Books

Students also viewed these Databases questions