티스토리 뷰

Maxima

File

skyground21 2023. 6. 29. 08:53

File
File

The wxMaxima interface is basically a wxMaxima file.
To save it, you use the menu option "File > Save As ..." and give it a name, say, File01. 
The resulting sufix is .wxmx

The information saved includes all text cells entered (including Title, Section, etc.), and  input commands, as well as outputs. However, the specifications (%i1), (%01), etc., will not be available. 
To re-evaluate input cells, for example, you can use the following options within the "Cell" menu: 

* Evaluate Cell(s) -- when a number of cells have been selected 
* Evaluate All Visible Cells 
* Evaluate All Cells 
* Evaluate Cells Above -- from current cursor position 
* Evaluate Cells Below -- from current cursos position 

You can always open a new wxMaxima interface using the menu option "File > New". 

Existing wxMaxima files can be opened using the menu options "File > Open" or "File > Open Recent"

if you want to save only Text Cells and commands in Input Cells, use the menu option "Cells > Remove All output" before saving your file.

 

 

wxMaxima 인터페이스는 기본적으로 wxMaxima 파일입니다. 
이를 저장하려면 메뉴 옵션 ""File > Save As ...""을 선택하고 File01과 같은 이름을 지정합니다. 
확장자는 .wxmx입니다.

저장된 정보에는 입력한 모든 텍스트 셀(제목, 섹션 등), 입력 명령 및 출력이 포함됩니다. 그러나 (%i1), (%01) 등의 사양은 사용할 수 없습니다. 


예를 들어 입력 셀을 다시 평가하려면 "Cell" 메뉴에서 다음 옵션을 사용할 수 있습니다: 

 

 

* Evaluate Cell(s) -- 여러 셀이 선택된 경우 
* Evaluate All Visible Cells 
* Evaluate All Cells 
* Evaluate Cells Above -- 현재 커서 위치부터 평가합니다. 
* Evaluate Cells Below -- 현재 커서 위치부터 평가 

"File > New" 메뉴 옵션을 사용하여 언제든지 새 wxMaxima 인터페이스를 열 수 있습니다. 

"File > Open" 또는 "File > Open Recent" 메뉴 옵션을 사용하여 기존 wxMaxima 파일을 열 수 있습니다.

입력 셀에 텍스트 셀과 명령만 저장하려면 파일을 저장하기 전에 "Cells > Remove All output" 메뉴 옵션을 사용합니다.

 

use of files.wxmx
0.00MB

 

2023.06.23 - [Maxima] - Cells

반응형
LIST

'Maxima' 카테고리의 다른 글

% will be automatically inserted before the operator  (0) 2023.06.30
floating-point numbers  (0) 2023.06.29
% and %on  (0) 2023.06.29
fonts change  (0) 2023.06.28
Assign values  (0) 2023.06.28