Vista Download

Educational Vista download - Agena Vista download - Best Free Vista Downloads

 



Top Software Keywords

pascal downloads
compiler downloads
programming downloads
visual basic downloads
windows downloads
basic downloads
java downloads
development downloads
compile downloads
free download downloads
interpreter downloads
language downloads
ide downloads
vbscript downloads
lisp downloads
automation downloads
delphi downloads
assembler downloads
exe downloads
script downloads
games downloads
tool downloads
bat to exe downloads
write downloads
scripting downloads
html downloads
vbscript to exe downloads
sold downloads
doc reader downloads
qbasic downloads

 

Downloads RSS

RSS 2.0 feed XML feed XML feed

Top Downloads

ZylGSM
1.54 download
Shareware

ConceptBase.cc
7.5 Build 20130215 download
Open Source

C# PDF
2022.4.5575 download
Shareware

ScriptCryptor
4.4.0.0 download
Shareware

ScNet
1.0.0 download
Demo

ZylGPSReceiver
3.88 download
Demo

ASP.NET MVC
PDF Library
Tutorial

2022.5.5596 download
Shareware

GdPicture.NET
SDK

14.2.86.0 download
Trialware

Intelligence
System

IS1000 download
Demo

NetFilter SDK
2 Build 1.6.9.4 download
Demo

Code Compare
5.4.27 download
Freeware

Viscomsoft
Image Viewer
CP Pro SDK

22.0 download
Shareware


Movie Player
Pro ActiveX
Control

15.0 download
Trialware

novaPDF OEM
11.9.467 download
Shareware

Top Rated

SuperEdi
4.3.2 download
Freeware

SimplexNumeric
a

25.4.2.1 download
Freeware

AlphaControls
2020

15.21 download
Shareware

IntelliProtect
or

2.24 download
Freeware

SetupBuilder
10.0.6531 download
Shareware

CyberInstaller
Suite

2022 download
Freeware

GSA Auto
SoftSubmit

8.37 download
Shareware

Install
Package
IronPdf

2022.4.5455 download
Shareware

ReFox XII
12.5 download
Commercial

PlayBasic
Learning
Edition

1.64l download
Freeware

DJ Java
Decompiler

3.12.12.101 download
Shareware

PDF-XChange
PRO SDK

9.0.357.0 download
Shareware

SIP ActiveX
Phone

1.1.2.6 download
Shareware

Turbo C++
3.0 download
Freeware

Ultimate++
605 download
Freeware

 

Navigation: Home \ Development \ Compilers & Interpreters \ Agena

Agena

 4.0.2   by agena.info

Vista Compatible
Software Description:
... a versatile procedural programming language designed for scientific, educational, and scripting applications. It excels in simplicity and efficiency, making it ideal for both beginners and seasoned developers. With robust support for complex mathematical functions, flexible data structures, and seamless integration with various platforms, Agena stands out as a powerful tool for rapid development and problem-solving. ... Download Agena


Add to Download Basket


Report virus or spyware
Agena screenshot
[ Zoom screenshot ]
Vote:
Voted: 0 times
Downloaded: 552 times
Software Info
Best Vista Download periodically updates pricing and software information of Agena full version from the publisher, but some information may be out-of-date. You should confirm all information.
Software piracy is theft, using crack, warez passwords, patches, serial numbers, registration codes, key generator, keymaker or keygen for Agena license key is illegal and prevent future development of Agena. Download links are directly from our mirrors or publisher's website, Agena torrent files or shared files from rapidshare, yousendit or megaupload are not allowed!
Released: September 03, 2024
Filesize: 8.70 MB
Platform: Windows NT, Windows 11, Windows 10 32/64 bit, Windows 8 32/64 bit, Windows 7 32/64 bit, Windows Vista, Windows XP, Windows 2K
Install Instal And Uninstall
Add Your Review or Windows Vista Compatibility Report
Your Name:
Software Version:
Rating:
Comment:
Security Code:

Agena

- Releases History
Software: Agena 4.0.2
Date Released: Sep 3, 2024
Status: New Release
Release Notes: `linalg.ludecomp` for LU decomposition has been ported to C and has become 4.5 times faster in one-argument mode, and three times faster in `all=true' mode. Previously, the function did not correctly process the `all' option in some cases. This has been fixed, too.
`linalg.isref` and `linalg.isrref` which check whether a matrix is in (reduced) row echelon form have both been ported to C, too, and have become twice and eight times faster, respectively. They can now also check multiple matrices in just a single call.
`linalg.mpow` which multiplies a square matrix n times by itself has been ported to C and has become at least four times as fast.
`linalg.mmul` which conducts matrix multiplication has become 20 percent faster with matrices that contain integral elements only.
With vectors, `linalg.norm` computes the n-norm of vectors thrice as fast. With all other norms, and with both vectors and matrices, the function has become five percent faster.
This release has been Valgrind-checked on x86 and AMD64 Linux to ensure there are no internal errors or memory leaks.
Software: Agena 4.0.1
Date Released: Aug 28, 2024
Status: New Release
Release Notes: `linalg.ludecomp` for LU decomposition has been ported to C and has become 4.5 times faster in one-argument mode, and three times faster in `all=true' mode. Previously, the function did not correctly process the `all' option in some cases. This has been fixed, too.
`linalg.isref` and `linalg.isrref` which check whether a matrix is in (reduced) row echelon form have both been ported to C, too, and have become twice and eight times faster, respectively. They can now also check multiple matrices in just a single call.
`linalg.mpow` which multiplies a square matrix n times by itself has been ported to C and has become at least four times as fast.
`linalg.mmul` which conducts matrix multiplication has become 20 percent faster with matrices that contain integral elements only.
With vectors, `linalg.norm` computes the n-norm of vectors thrice as fast. With all other norms, and with both vectors and matrices, the function has become five percent faster.
This release has been Valgrind-checked on x86 and AMD64 Linux to ensure there are no internal errors or memory leaks.
Software: Agena 4.0.0
Date Released: Aug 25, 2024
Status: New Release
Release Notes: You can define vectors and matrices similar to contemporary Maple versions using the < ... > syntax. For vectors, enter:
> v := < 10, 20, 30 >:
< 10, 20, 30 >
> w := < 1, 2, 3 >:
< 1, 2, 3 >
Vectors defined this way can be used in computations as usual:
> v + w:
< 11, 22, 33 >
The pretty-printer outputs vectors using the new notation.
For matrices, write:
> A := < < 1, 2, 3 >, < 4, 5, 6 >, < 7, 8, 9 > >:
[ 1, 2, 3 ]
[ 4, 5, 6 ]
[ 7, 8, 9 ]
> B := < v, w >:
[ 10, 20, 30 ]
[ 1, 2, 3 ]
Of course, you can use matrices defined in the new fashion the same way as those defined with the `matrix` constructor.
New `linalg.randvector` returns a random vector:
> linalg.randvector(3):
< 10, 78, -61 >
> linalg.randvector(3, 0:10):
< 0, 9, 4 >
The percentage placeholder feature in extended `if` and `while` clauses has been removed; use the variable name in the preceding assignment statement - in the example below `logn' - instead in the `where` or `until` clause:
> i := 1;
> while logn := ln(i), logn < -0.9 do
> i +:= 0.1
> od;
The following aliases to deprecated functions have been removed (left-hand side the deleted alias, right-hand side the new alternative):
calc.bernoulli -> combinat.bernoulli
calc.euler -> combinat.euler
float -> fractional
linalg.cofactor -> linalg.adjoint
linalg.column -> linalg.col
linalg.gsolve -> linalg.linsolve
linalg.isallones -> linalg.isone;
linalg.zerovector -> linalg.vzero
math.stirnum -> combinat.stirling1 & combinat.stirling2
math.todec -> math.dd
stats.bell -> combinat.bell
stats.cartprod -> combinat.cartprod
stats.numbcomb -> combinat.numbcomb
stats.numbpart -> combinat.numbpart
stats.numbperm -> combinat.numbperm
stats.poissonpdf -> stats.poisson
strings.isfloat -> strings.isfractional
strings.isnumber ->


Most popular educational in Compilers & Interpreters downloads for Vista

Agena 4.0.2 download by agena.info
... language designed to simplify the complexities of scientific, educational, and scripting tasks. This high-level language is tailored ... performance make it an excellent choice for scientific, educational, and scripting applications. Whether you're a researcher looking ...
View Details Download
Agena

Wing IDE Personal 10.0.4.0 download by Wingware
... IDE Personal is designed for for hobbyists and educational users that are looking for a lower-cost product and don't require the full feature set of Wing IDE Professional. Wing understands ...
type: Freeware
categories: python ide, syntax highlight, python debugger, ide, debug, debugger
View Details Download
Wing IDE Personal

AutoPlay Media Studio Personal Edition 8.0.2.0 download by Indigo Rose Software
... Edition is free for personal, non-commercial, open-source and educational use. Otherwise, it's the same award-winning software development tool as Indigo Rose's professional AutoPlay Media Studio 8 product! ...
View Details Download
AutoPlay Media Studio Personal Edition

GoldenSharp 0.9.1.2 download by Karmian.org
... as the development environment of tools and for educational purposes. FEATURES: · Ultra simple IDE · Smart syntax highlighter · Basic autocomplete (for types and static classes - ...
View Details Download
GoldenSharp

NeoBook Rapid Application Builder 5.8.7 download by NeoSoft Corp.
... wide variety of utilities, interactive presentations, catalogs, kiosks, educational/training materials, CD interfaces, database front ends, slide shows, calculators, sales/promotional materials, custom apps, and more. NeoBook's intuitive drag and drop interface ...
View Details Download
NeoBook Rapid Application Builder