-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation for new matrix defintion #112
Comments
i'd like to work on this with some assistance, guidance and feedback |
Hi @yashpalgoyal1304, |
Progress report:
|
Github is not allowing uploading .tex files. So, i'll open that pull request as a medium to share the .tex file. I hope it's ohkay with you 😇
|
here's the place where you can see the .tex file i made: |
Hi @yashpalgoyal1304, |
Though i think the suggestions should be good, but be sure to check these
for aptness and errors from your side them as well. 😇
|
Hi @yashpalgoyal1304, |
Hey!
* Building the pdf: yeah, i will do that.
* Building app: I dont have much xp, but i will try.
* Though i will try building app, but asking for curiousity, will it
suffice if rather than building app, I just open the new .mmt file in the
existing app?
Mikhail Kulesh wrote:
… Could you please build the app and pdf and review whether the changes in
build-in app documentation and pdf are as desired?
|
Hi, I also uploaded the APK here: You can just download and install it. Depending on the store where you installed the actual version, you may need to uninstall it before this new build can be installed. You do not need to open any .mm file, just select "How To Use" from the navigation menu and new text shall appear. In order to build the app manually, you need Android Studio installed, please take a look on this document: After Android Studio is installed, you can just open the project, build it, and install either in an emulator, or on your phone. Before it, please ensure that the developer mode is activated on your phone: https://developer.android.com/studio/debug/dev-options |
yes, 3 things require attention
r[0 := 5 r[3 := 6 r[2,0 := -4
1. This is kinda illegal. The first two equations with 1D index are not
taking affect, and rightly so, since as per the following third equation, r
is a 2D array.
This document is also delivered with the app and stored in "Resources of
microMathematics Plus".
2. Where can those documents (units_overview.mmt , functions_overview.mmt)
be found from within app?
3. Related question to the second: On first running the app, a guiding
document opens up. Where can that be found from within app if user wants to
re-read that as a short refresher.
Mikhail Kulesh wrote:
… Could you please build the app and pdf and review whether the changes in
build-in app documentation and pdf are as desired?
|
oh wait, i re-tested. and it is legal. The element r[ _ ] is different from
r[ _ , _ ]. Both are executing and giving expected values.
Earlier, I thought they would conflict with each other, and confirmation
bias made me test it only with 2 arguments.
Yash wrote:
… > r[0 := 5 r[3 := 6 r[2,0 := -4
1. This is kinda illegal. The first two equations with 1D index are not
taking affect, and rightly so, since as per the following third equation, r
is a 2D array.
|
Scheduled for release 2.22.1 |
Released in version 2.22.1 |
yes, 3 things require attention
r[0 := 5 r[3 := 6 r[2,0 := -4
1. This is kinda illegal. The first two equations with 1D index are not
taking affect, and rightly so, since as per the following third equation, r
is a 2D array.
This document is also delivered with the app and stored in "Resources of
microMathematics Plus".
2. Where can those documents (units_overview.mmt , functions_overview.mmt)
be found from within app?
3. Related question to the second: On first running the app, a guiding
document opens up. Where can that be found from within app if user wants to
re-read that as a short refresher.
Mikhail Kulesh wrote:
… Could you please build the app and pdf and review whether the changes in
build-in app documentation and pdf are as desired?
|
Hi @yashpalgoyal1304, you are right, r[0 := 5 r[3 := 6 r[2,0 := -4 is a little bit confusing. I see two options:
That option is the best from your point of view? The units_overview.mmt and functions_overview.mmt are stored in the "Resources of microMathematics Plus". To navigate, open app menu, than menu "Open", that press Home button in the file selection dialog, and, finally, select "Resources of microMathematics Plus". You will see units_overview.mmt, functions_overview.mmt and other documents. If you than selects a language, for example "doc_en", you will also find "welcome.mmt" document that is a a guiding document when the app is started the first time. |
* I did not send any reply via email 5 days ago whatsoever
* this above comment is a duplicate of one of my previous comment :
#112 (comment).
* i don't know what is happening
* please help me stop this 😢
Other similar comments sent same "5 days ago" - which i am sure i didn't send in such recent time
* florisboard/florisboard#1882 (comment)
* #112 (comment)
* JuliaPlots/Plots.jl#4311 (comment)
* geany/geany#3146 (comment)
…On Sunday, October 16, 2022, Mikhail Kulesh ***@***.***> wrote:
Hi @yashpalgoyal1304 ,
you are right, r[0 := 5 r[3 := 6 r[2,0 := -4 is a little bit confusing. I
see two options:
1. I can just correct the documentation (do not mix one- and
two-dimensional arrays in the same variable), but keep this functionality
in the code
2. I also can include a check, that the mix one- and two-dimensional
arrays in the same variable is not allowed.
That option is the best from your point of view?
The units_overview.mmt and functions_overview.mmt are stored in the
"Resources of microMathematics Plus". To navigate, open app menu, than menu
"Open", that press Home button in the file selection dialog, and, finally,
select "Resources of microMathematics Plus". You will see
units_overview.mmt, functions_overview.mmt and other documents. If you than
selects a language, for example "doc_en", you will also find "welcome.mmt"
document that is a a guiding document when the app is started the first
time.
—
|
as for the main topic question at hand:
this one seems better imo, as i don't understand the matter in proper depth have not much experience with it |
Hi @yashpalgoyal1304, If you like to test the latest development build, please manually download and install this APK: https://1drv.ms/u/s!At2sh2-YDyGFgSS5KwhWlWDZD4LS?e=tBD0u4 |
…and two-dimensional arrays in the same variable
…and two-dimensional arrays in the same variable
hi! i couldn't spot any such notice for "do not mix" in documentation: neither in above screenshot, nor in the commit. can u recheck?? |
Hi @yashpalgoyal1304 |
Complementary to #108
The text was updated successfully, but these errors were encountered: