Difference between revisions of "Manuals/calci/z3console"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 15: Line 15:
 
4. Once you extract the file in "z3" folder, run it as an administrator.<br>
 
4. Once you extract the file in "z3" folder, run it as an administrator.<br>
 
[[File:Capture10.JPG]]<br><br/>
 
[[File:Capture10.JPG]]<br><br/>
[[File:Capture11.JPG]]<br><br/>
+
[[File:Capture11.JPG]]<br><br/><br>
 
'''RUN z3 FILE:'''<br>
 
'''RUN z3 FILE:'''<br>
 
5.  Open a new '''text''' document.<br>
 
5.  Open a new '''text''' document.<br>
Line 36: Line 36:
 
c.  Open Command Prompt and go to root C. '''cd''' should be to '''c:z3 folder'''<br>
 
c.  Open Command Prompt and go to root C. '''cd''' should be to '''c:z3 folder'''<br>
 
d.  Run this program as '''z3compiler.exe test1.z3''' as shown below.<br>
 
d.  Run this program as '''z3compiler.exe test1.z3''' as shown below.<br>
[[File:Capture9.JPG]]<br><br/>
+
[[File:Capture9.JPG]]<br><br/><br>
  
 
'''Example2: Using z3 functions'''<br>
 
'''Example2: Using z3 functions'''<br>

Latest revision as of 07:38, 22 September 2017

z3console


Description

  • INSTALLATION
  • EXAMPLE

STEPS TO INSTALL Z3CONSOLE:
1. Create a folder "z3" in the local drive C.
Capturea.JPG


DOWNLOAD FILE:
2. Download z3compiler from http://downloads.zcubes.com/zconsole/z3compiler.zip.
3. Extract the files into the same folder z3.
Capture2.JPG

Capture3.JPG


INSTALL FILE:
4. Once you extract the file in "z3" folder, run it as an administrator.
Capture10.JPG

Capture11.JPG


RUN z3 FILE:
5. Open a new text document.
6. Save the file using the extension .z3 into the same directory(z3).
Capture5.JPG

For example: test1.z3
Capture4.JPG

7. Open Command Prompt and go to root C. cd should be to c:z3 folder.
8. If not the path has to be set and it can be invoked from anywhere.
9. Or we need to invoke z3compiler with full path.
Capture6.JPG

10. Run this program as z3compiler.exe test1.z3 as shown below.
Capture7.JPG

EXAMPLE

Example1: Sum of two Numbers
a. Open test1.z3 file using Notepad.
b. Write the following program into it and save the file as shown below:
Capture8.JPG

c. Open Command Prompt and go to root C. cd should be to c:z3 folder
d. Run this program as z3compiler.exe test1.z3 as shown below.
Capture9.JPG


Example2: Using z3 functions

  • In this example, z3 function MATRIXADD is used.

a. Open test1.z3 file using Notepad.
b. Write the following program into it and save the file as shown below:
Capture12.JPG

c. Open Command Prompt and go to root C. cd should be to c:z3 folder
d. Run this program as z3compiler.exe test1.z3 as shown below.
Capture13.JPG