This is the Linux app named ProgrammingAssignment2 whose latest release can be downloaded as ProgrammingAssignment2sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named ProgrammingAssignment2 with OnWorks for free.
Volg deze instructies om deze app uit te voeren:
- 1. Download deze applicatie op uw pc.
- 2. Voer in onze bestandsbeheerder https://www.onworks.net/myfiles.php?username=XXXXX in met de gebruikersnaam die u wilt.
- 3. Upload deze applicatie in zo'n bestandsbeheerder.
- 4. Start de OnWorks Linux online of Windows online emulator of MACOS online emulator vanaf deze website.
- 5. Ga vanuit het OnWorks Linux-besturingssysteem dat u zojuist hebt gestart naar onze bestandsbeheerder https://www.onworks.net/myfiles.php?username=XXXXX met de gewenste gebruikersnaam.
- 6. Download de applicatie, installeer hem en voer hem uit.
SCHERMSCHERMEN:
Programmeeropdracht2
BESCHRIJVING:
This repository contains the second programming assignment for an R course, focused on caching expensive computations by leveraging R’s scoping rules. The assignment walks you through creating a special matrix object that stores both a matrix and its cached inverse, avoiding repeated calls to costly operations. It builds on a worked example that caches the mean of a numeric vector, demonstrating how the operator preserves state across function calls. You then implement analogous logic for matrices via two functions, one to construct the cache-aware object and another to compute or retrieve the cached inverse. The instructions emphasize using solve for inversion and assuming that the supplied matrix is always invertible. The repository outlines the workflow for forking, editing the provided R stub, committing your solution, and submitting your repository URL as the final deliverable.
Kenmerken
- Provides R script templates for a programming assignment
- Demonstrates lexical scoping concepts in R
- Implements caching to avoid redundant matrix inversion
- Includes instructions for modifying provided functions
- Helps learners practice functional programming in R
- Serves as coursework material for the Coursera specialization
Programmeertaal
R
Categorieën
This is an application that can also be fetched from https://sourceforge.net/projects/programmingassignment2.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.