Chapter Summaries for Kolman/Hill, Elementary Linear Algebra, 9th ...
15 pages
English

Chapter Summaries for Kolman/Hill, Elementary Linear Algebra, 9th ...

-

Le téléchargement nécessite un accès à la bibliothèque YouScribe
Tout savoir sur nos offres
15 pages
English
Le téléchargement nécessite un accès à la bibliothèque YouScribe
Tout savoir sur nos offres

Description

  • fiche de synthèse - matière potentielle : on page
MATH 240 Fall, 2007 Chapter Summaries for Kolman / Hill, Elementary Linear Algebra, 9th Ed. written by Prof. J. Beachy Sections 1.1–1.5, 2.1–2.3, 4.2–4.9, 3.1–3.5, 5.3–5.5, 6.1–6.3, 6.5, 7.1–7.3 Chapter 1: Linear Equations and Matrices DEFINITIONS There are a number of definitions concerning systems of linear equations on pages 1–2 and 27–28.
  • linear systems
  • basic properties of matrix operations
  • inner product
  • linear transformation
  • row
  • vector space
  • matrix
  • real numbers
  • basis
  • vectors

Sujets

Informations

Publié par
Nombre de lectures 22
Langue English

Extrait


® ™Retek Allocation
11.0
Installation Guide

The software described in this documentation is furnished Corporate Headquarters:
under a license agreement, is the confidential information of
Retek Inc. Retek Inc., and may be used only in accordance with the
Retek on the Mall terms of the agreement.
950 Nicollet Mall
No part of this documentation may be reproduced or
Minneapolis, MN 55403
transmitted in any form or by any means without the express
USA
written permission of Retek Inc., Retek on the Mall, 950
888.61.RETEK (toll free US) Nicollet Mall, Minneapolis, MN 55403, and the copyright
Switchboard: notice may not be removed without the consent of Retek Inc.
+1 612 587 5000
Information in this documentation is subject to change
Fax: without notice.
+1 612 587 5100
Retek provides product documentation in a read-only-format
to ensure content integrity. Retek Customer Support cannot
support documentation that has been changed without Retek European Headquarters:
authorization.
Retek ® TMRetek Allocation is a trademark of Retek Inc. 110 Wigmore Street
Retek and the Retek logo are registered trademarks of Retek London
Inc. W1U 3RW
United Kingdom This unpublished work is protected by confidentiality
agreement, and by trade secret, copyright, and other laws. In Switchboard:
the event of publication, the following notice shall apply: +44 (0)20 7563 4600
©2004 Retek Inc. All rights reserved. Sales Enquiries:
+44 (0)20 7563 46 46 All other product names mentioned are trademarks or
registered trademarks of their respective owners and should Fax:
be treated as such. +44 (0)20 7563 46 10
Printed in the United States of America.

Retek Allocation

Customer Support
Customer Support hours
Customer Support is available 7x24x365 via email, phone, and Web access.
Depending on the Support option chosen by a particular client (Standard, Plus, or Premium), the
times that certain services are delivered may be restricted. Severity 1 (Critical) issues are
addressed on a 7x24 basis and receive continuous attention until resolved, for all clients on active
maintenance. Retek customers on active maintenance agreements may contact a global Customer
Support representative in accordance with contract terms in one of the following ways.
Contact Method Contact Information
E-mail support@retek.com
Internet (ROCS) rocs.retek.com
Retek’s secure client Web site to update and view issues
Phone +1 612 587 5800
Toll free alternatives are also available in various regions of the world:
Australia +1 800 555 923 (AU-Telstra) or +1 800 000 562 (AU-Optus)
France 0800 90 91 66
Hong Kong 800 96 4262
Korea 00 308 13 1342
United Kingdom 0800 917 2863
United States +1 800 61 RETEK or 800 617 3835
Mail Retek Customer Support
Retek on the Mall
950 Nicollet
Minneapolis, MN 55403
When contacting Customer Support, please provide:
• Product version and program/module name.
• Functional and technical description of the problem (include business impact).
• Detailed step-by-step instructions to recreate.
• Exact error message received.
• Screen shots of each step you take.

Contents

Contents
Chapter 1 – Hardware and Software Requirements ...................... 1
Database Server ............................................................................................................ 1
Application Server ........................................................................................................ 1
Client PC requirements ...................................................................................................... 1
Browser requirements......................................................................................................... 1
Chapter 2 – Database Installation Instructions ............................. 3
Create Staging Directory for Allocation database files...................................................... 3
Create Allocation tables ..................................................................................................... 3
Create Alloc database objects............................................................................................. 3
Validate all invalid objects ................................................................................................. 3
Create Alloc data................................................................................................................ 3
Chapter 3 – OC4J 10g Standalone Installation Instructions ........ 5
UNIX (Sun Solaris/HPUX/AIX) .................................................................................. 5
Install OC4J 9.0.4 Standalone ............................................................................................ 5
Configure OC4J for Allocation 11 and deploy alloc.war................................................... 6
Start/Stop the default OC4J application ............................................................................. 6
Edit the file allocation.properties ....................................................................................... 7
Reload the default OC4J application 7
Algorithm Installation ........................................................................................................ 8

i Chapter 1 – Hardware and Software Requirements

Chapter 1 – Hardware and Software
Requirements
Database Server
General requirements for a database server capable of running Allocation application include:
• UNIX based OS certified with Oracle RDBMS 9i Release 2 Enterprise Edition. Options
include AIX 5.2, Solaris 9, and HP-UX 11.11.
• Oracle RDBMS 9i Release 2 Enterprise Edition.
Application Server
General requirements for an application server capable of running Allocation application include:
• UNIX based OS certified with Oracle 10G Application Server (OC4J 9.0.4). include AIX
5.2, Solaris 9, and HP-UX 11.11.
• IBM Oracle 10G Application Server (OC4J 9.0.4)
Client PC and Web Browser Requirements
Client PC requirements
• Operating system is Windows 2000 or XP
• Display resolution: 1024x768
• Processor; minimum1GHz
• Memory; minimum of 512MBytes
• Networking; Intranet with at least 10Mbps data rate.
• Sun JRE 1.4.1 32 bit
Browser requirements
• Microsoft Internet Explorer; version 5.5 or higher
1
Chapter 2 – Database Installation Instructions

Chapter 2 – Database Installation
Instructions
Create Staging Directory for Allocation database files
1 Log into the UNIX server as retek user and determine where the Allocation database files will
be installed. There should be a minimum of 1MB disk space available for the database
installation files.
2 Copy the alloc11dbserver.zip file from the CD/dbserverunix directory to the newly created
staging directory. This will be referred to as INSTALL_DIR for the remainder of this
chapter.
3 Change directories to INSTALL_DIR and extract the alloc11dbserver.zip file.
Create Allocation tables
Note: All Allocation database objects should be installed using the RMS 11 schema
owner.
1 Change directories to INSTALL_DIR/ddl
2 Log into sqlplus as the RMS 11 schema owner and run the following command:
SQL> @alloc11.sql
3 Check the log file alloc11.log for any errors.
Create Alloc database objects
1 Change directories to INSTALL_DIR/db_objects
2 Log into sqlplus as the RMS 11 schema owner and run the following command:
SQL> @alloc11dbo.sql
3 Check the log file alloc11dbo.log for any errors.
Validate all invalid objects
1 Change directories to INSTALL_DIR/utility
2 Log into sqlplus as the RMS 11 schema owner and run the following command:
SQL> @inv_obj_comp.sql
This script may need to be run more than once. Run the script until no more invalid objects
remain.
Create Alloc data
1 Change directories to INSTALL_DIR/sqlplus
2 Log into sqlplus as the RMS 11 schema owner and run the following command:
SQL> @alloc11ctl.sql
3 Check the log file alloc11ctl.log for any errors.
3

  • Univers Univers
  • Ebooks Ebooks
  • Livres audio Livres audio
  • Presse Presse
  • Podcasts Podcasts
  • BD BD
  • Documents Documents