Author - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


LibraryTools

  

Author

  

set the author information for a library

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Author( archive, authorname )

Parameters

archive

-

string; Maple library

authorname

-

(optional) string; name of author

Description

• 

The Author( archive, authorname) calling sequence sets or retrieves author information for the Maple archive specified by archive.

• 

If the authorname parameter is specified, then the author information for archive is set to authorname.

• 

If the authorname parameter is not specified, then the existing author information for archive is returned.  If there is no author information available for archive, NULL is returned.

Examples

withLibraryTools:

Authorcatkerneloptsmapledir,/lib/maple.mla

Maplesoft

(1)

LibLocationcatkerneloptsmapledir,/lib/myLib.mla

CreateLibLocation

AuthorLibLocation,John Doe

See Also

LibraryTools

LibraryTools[Browse]

march