minhhieuh2003

130 Reputation

5 Badges

8 years, 171 days

MaplePrimes Activity


These are questions asked by minhhieuh2003

How do you way text below

Maple 2015 

if i use function cat() is not 

 

can result ?

Please help me?

with maple

How can in maple 2015? Help me?

Maple:

how exp into ?

exp2: 

into

Help

import com.maplesoft.openmaple.*;

import com.maplesoft.externalcall.MapleException;

class test

{

    public static void main( String args[] )

    {

        String a[];

        Engine t;

        int i;

        a = new String[1];

        a[0] = "java";

        try

        {

            t = new Engine( a, new EngineCallBacksDefault(), null, null );

            t.evaluate( "int( x,x );" );

        }

        catch ( MapleException e )

        {

            System.out.println( "An exception occurred\n" );

            return;

        }

        System.out.println( "Done\n" );

    }

}

This code error import com.maplesoft.externalcall.MapleException in java?

Please help me.

http://www.maplesoft.com/support/help/Maple/view.aspx?path=OpenMaple/Java/Examples

4 5 6 7 Page 6 of 7