  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,736   Location: Italy Was thanked: 1405 time(s) in 914 post(s)
|
|
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
 6 users thanked Davide Carpi for this useful post.
|
on 11/04/2024(UTC), on 11/04/2024(UTC), on 11/04/2024(UTC), on 11/04/2024(UTC), on 11/04/2024(UTC), on 06/05/2024(UTC)
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,736   Location: Italy Was thanked: 1405 time(s) in 914 post(s)
|
Plugin updated - new function set_Exists(2);
- new function set_DoesNotExist(2);
- new function set_Exists1(2);
- new function set_ForAll(2);
- set-builder now accepts a defined set as first argument;
- minor enhacements;
- refactoring;
- documentation updated;
EDIT: released again to fix a typo in set_DoesNotContains(2); now it is set_DoesNotContain(2)Edited by user 03 May 2024 22:27:06(UTC)
| Reason: re-release |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
 3 users thanked Davide Carpi for this useful post.
|
on 04/05/2024(UTC), on 04/05/2024(UTC), on 10/05/2024(UTC)
|
|
  Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,533  Was thanked: 990 time(s) in 618 post(s)
|
Hi Davide. Thanks. It is a genial plugin. This attempt remains for history. Would it be too much to ask to add functions like choose and permute? And an option to return the sets as row vectors or column vectors by default? A small example on how to calculate probabilities with a dice thanks to the plugin. basic_die.sm (14kb) downloaded 14 time(s). Best regards Alvaro.
|
 2 users thanked Razonar for this useful post.
|
on 10/05/2024(UTC), on 11/05/2024(UTC)
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,736   Location: Italy Was thanked: 1405 time(s) in 914 post(s)
|
Originally Posted by: Razonar  Hi Davide. Thanks. It is a genial plugin. You're welcome, I'm very glad this project is useful to the community. It started out for fun, to play around with matrices and SVG features in the API, but it quickly developed into something more coherent and articulated. Originally Posted by: Razonar  This attempt remains for history. Totally forgot about this gem. Originally Posted by: Razonar  Would it be too much to ask to add functions like choose and permute? I think is feasible, set_PowerSet() already has a n choose k algorithm, it just need to be adapted. Originally Posted by: Razonar  And an option to return the sets as row vectors or column vectors by default? This is something already partially implemented, I need to finalize it. Originally Posted by: Razonar  A small example on how to calculate probabilities with a dice thanks to the plugin. Very nice. |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
 1 user thanked Davide Carpi for this useful post.
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/07/2013(UTC) Posts: 1,198  Was thanked: 548 time(s) in 368 post(s)
|
I can say your example file for set plugin works with mono.
|
 1 user thanked overlord for this useful post.
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,736   Location: Italy Was thanked: 1405 time(s) in 914 post(s)
|
Originally Posted by: overlord  I can say your example file for set plugin works with mono. Thank you! |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,533  Was thanked: 990 time(s) in 618 post(s)
|
Small Utilities for doing some combinatorial analysis with the plugin. COMB.sm (102kb) downloaded 16 time(s). COMB.pdf (315kb) downloaded 20 time(s).Best regards. Alvaro.
|
 2 users thanked Razonar for this useful post.
|
on 18/05/2024(UTC), on 20/05/2024(UTC)
|
|
  Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,533  Was thanked: 990 time(s) in 618 post(s)
|
|
 2 users thanked Razonar for this useful post.
|
on 20/05/2024(UTC), on 20/05/2024(UTC)
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,736   Location: Italy Was thanked: 1405 time(s) in 914 post(s)
|
Plugin updated - new function set_Unique(1);
- new function set_Permute(1);
- new functions set_Choose(1) and set_Choose(2);
- new variable set_Settings_Orientation (*);
- set_Universe is now a valid source in set-builders and quantifiers;
- minor fixes;
- refactoring;
- documentation updated;
(*) default orientation is now horizontal; orientation can be changed within the document, does not affects other worksheets and program instances.Edited by user 06 June 2024 06:56:48(UTC)
| Reason: Not specified |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
 2 users thanked Davide Carpi for this useful post.
|
on 06/06/2024(UTC), on 13/06/2024(UTC)
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,736   Location: Italy Was thanked: 1405 time(s) in 914 post(s)
|
Plugin updated - new function set_Sort(1);
- new function set_Shuffle(1);
- refactoring;
- documentation updated;
|
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
 2 users thanked Davide Carpi for this useful post.
|
on 13/06/2024(UTC), on 13/06/2024(UTC)
|
|
  Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,533  Was thanked: 990 time(s) in 618 post(s)
|
Hi. Updated with the new set_Choice(2), set_Permute(1), set_Sort and set_Unique, but remains set_Permute(2) and Variations as SMath code. COMB V2.sm (131kb) downloaded 14 time(s).Best regards. Alvaro. Edited by user 13 June 2024 16:42:22(UTC)
| Reason: Not specified
|
 2 users thanked Razonar for this useful post.
|
on 13/06/2024(UTC), on 15/06/2024(UTC)
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,736   Location: Italy Was thanked: 1405 time(s) in 914 post(s)
|
Plugin updated - new function set_Permute(2);
- refactoring;
- documentation updated.
|
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,736   Location: Italy Was thanked: 1405 time(s) in 914 post(s)
|
Plugin updated  Release candidate - added set_Shuffle(2) (Deterministic shuffle);
- added set_W (Whole Numbers);
- added set_P (Prime Numbers);
- added set_J (Irrational Numbers);
- minor changes (descriptions, error handling, toolbox glyphs);
- refactoring;
- documentation updated.
|
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.