Difference between revisions of "ZCubes/Left Truncatable Matrix"

From ZCubes Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
 
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
 
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
  
==Code==
+
==Code-Left Truncatable Matrix==
 
   357686312646216567629137
 
   357686312646216567629137
 
   ISPRIME("357686312646216567629137"<>n)
 
   ISPRIME("357686312646216567629137"<>n)
Line 15: Line 15:
 
   ISPRIME("86312646216567629137"<>n)
 
   ISPRIME("86312646216567629137"<>n)
 
    
 
    
<<[[Main_Page | About ZCubes ]]
 
 
 
<br/>
 
<br/>
&copy; Copyright 1996-2020, ZCubes, Inc.
+
*[[Z3 | Z3 home]]
 +
*[[Z^3 Language Documentation]]
 +
*[[ZCubes_Videos | ZCubes Videos and Tutorials]]
 +
*[[Main_Page | About ZCubes ]]
 +
<br/>
 +
<br/>
 +
&copy; Copyright 1996-2021, ZCubes, Inc.

Latest revision as of 01:07, 11 March 2021

Left Truncatable Primes


Need To Update

Video


Left Truncatable Primes














Code-Left Truncatable Matrix

  357686312646216567629137
  ISPRIME("357686312646216567629137"<>n)
  ISPRIME("57686312646216567629137"<>n)
  ISPRIME("7686312646216567629137"<>n)
  ISPRIME("686312646216567629137"<>n)
  ISPRIME("86312646216567629137"<>n)
  




© Copyright 1996-2021, ZCubes, Inc.