Learning Maple: Creating a Maple Initialization file (maple.ini)
Website for Learning Maple Video series: gould.prof/learning-maple
Topics: How to create a maple.ini file in Windows
A Maple initialization file (maple.ini) is useful to make sure that certain commands are always executed before other Maple commands are executed. For me, I like to set the thickness of the lines in a plot to be wider and make all plots smaller. Below is my maple.ini file which resides in the Maple2023\Users subdirectory.
--------------------------------------------------------------
# This is the text file version of the initialization file which is automatically executed
# every time a new worksheet or document is created in Maple.
#
# For Windows:
# rename the file as maple.ini and save in the folder: C:\Program_Files\Maple2022\Users
# Note, you may have to create the folder "Users" to save it.
#
# For Mac:
# rename file .mapleinit and place it the users home directory, for example:
# $HOME/.mapleinit
#
# For more details, see help: worksheet, reference, initialization
# Changing the line thickness
plots:-setoptions(thickness = 2):
# change the default image size of a 2d and 3d plot
plots:-setoptions(size = [325, 275]):
plots:-setoptions3d(size = [350, 300]):
# Change the number if digits displayed after the decimal point
interface(displayprecision = 5):
# Change the working directory to the desktop
if currentdir() = "C:\\Program Files\\Maple 2023" then
currentdir("C:\\Users\\profg\\Desktop"):
end if:
----------------------------------------------------------------------
Authorship:
(C) Scot Gould, Scripps, Pitzer, Claremont McKenna - Members of The Claremont Colleges, Claremont, California, USA
Maple is a trademark of Maplesoft, Waterloo, ON, Canada.
I do not work for Maplesoft. I was not compensated by Maplesoft for this video.
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Learning Maple: Creating a Maple Initialization file (maple.ini)», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.