Part IV
NCGB: Easy Introduction


8 Introduction
  How to read this document
9 Simple Demos of Basic Commands
 9.1 To start a C++ GB session
 9.2 Simplifying Expressions
 9.3 Making a Groebner Basis
 9.4 Reducing a polynomial by a GB
10 NCGB Facilitates Natural Notation
 10.1 A Simplification example
 10.2 MakingGB’s and Inv[], Tp[]
 10.3 Simplification and GB’s revisited
 10.4 Saving lots of time when typing
11 Demo on NCGB - Matrix Computation
 11.1 The Partially Prescribed Inverse Problem
12 To Run NCGB - Template.nb
 12.1 Making a Groebner basis and NCProcess template
13 NCProcess: What It Does
 13.1 NCProcess: Input and Output
 13.2 Changing Variables
14 NCProcess: An Example
 14.1 Background
 14.2 The Problem
 14.3 Solution via a Prestrategy
 14.4 The end game
15 NCProcess: The Commands
 15.1 SetKnowns and SetUnknowns
 15.2 NCProcess
 15.3 Commonly Used NCProcess Options and Commands
 15.4 Typical use of the NCProcess command
 15.5 Details of NCProcess
 15.6 NCProcess1 and NCProcess2: The technical descriptions