answersLogoWhite

0

It shouldn't make significant difference, only if the matrix is huge -- in that case you shouldn't store it in memory.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

A travel agent wants a program to store an alphabetical list of winter holiday destinations State the most efficient way to store lists using a programming language?

The most efficient way to store a list is with an array.


What is the purpose of a matrix?

The purpose of a matrix management is that it is more time efficient. Another purpose is that it organizes individuals into a certain spot, and that helps to keep most of the information organized and clean.


Define DBMS What is its primary goal?

collection of interrelated data & set of program & access those programITS GOALprimary goal of dbms is store & retrieve the database information in convenient & efficient way


What is store element of the computer system?

RAMS random access memory and there is ROMS read only memory's BIOS is ROMS that is where your PC what to do program is installed. RAMS run all of your programs.


Can a database program store accont information?

It can store anything the programmers want it to store.


Which type of program can be used to store account information?

Database program


Where does a computer store a program and the data that the program is working with while the program is running?

secondary storage


How do you store mercury element?

in a glass container


What other store sell element work shoes like shoecrew?

what other shoe store sell Element work shoes beside shoecrew.


Write a java program to implement stack in java?

You would need an array to store the actual stack. Better use an ArrayList or some other structure that you can redimension. You'll also need a variable to point to the "top of stack" - the last element added, which is the first element to be taken away.


How long is the assistant manager in training program at walmart?

The training program is six weeks. The first two are in your assigned store and the last four are in a store of learning.


How do you program a TI-83 or Ti-84?

Choose Menu (Option C in after pressing the program button). You will get Menu(. Type the name of the menu in quotes, then the name of an option in quotes, then the label that that option will go to. Type the name and label for every option. Separate all these with a comma. Example Menu: HOW ARE YOU? 1. GOOD 2. NOT GOOD Say the "Good option goes to label G and the "Not Good" option goes to label NG. The programing for the menu would look like this: :Menu("HOW ARE YOU?", "GOOD", G, "NOT GOOD", NG) (The all caps in this answer are used because most typing on a TI-84 is in all caps.)