vs140580

495 Reputation

8 Badges

4 years, 117 days

MaplePrimes Activity


These are replies submitted by vs140580

If someone with Python knowledge can help

Step1 : I am writing a python code

Step 2:  withing the above python code I want to call my maple code first it will produce a excel file as output in

              the    same   folder

               (Now the question is how to call the maple code to run from phyton is it possible   

                 to call it as a batch or  exe    if so how to convert the maple code to batch code

                   or exe and call in phyton)

Step 3: Then further from within python i will later use the excel it produces for my python work

Please help with sample code if possible.

@dharr 

Second when I said I wanted to run the maple from python I meant was is I already have .mw maple file now I want to call that file from inside my python code and run that full maple code so that I use the output of that code which will be excel file proceed further with python coding as I dont want to call

maple code first by opening maple and run my jupyter notebook to run my python code.

Kind help if any sample small code if possible.

 

how to install openmaple can I get help on installation steps I am not able to clearly get it please help

I sincerely apologize to take your time kind help.

@Thomas Richard 

I had purchashed here through sales I didnt know the Toolboxes only with their versions and it doesnt uporaged automatically.

Now that I have purchased QCT in Feb 2023 when QCT 2022 was only existing and no QCT 2023.

Now that their is a significatant improvement in QCT 2023 which is released just 3 months from my purchase.

Now my issuse is if upgrade my Maple 2022 to 2023 will my QCT get a auto upgrade as it is only 3 months my purchase

@David Mazziotti 

Respected sir

Has the QCT 2023 released 

@Carl Love 

I deleted my previuos reply because i wanted to post that as new thread as was suggested but

As when I started as new thread it was deleted

 

So post here  

 

Given a subGraph H of a Circulant graph we need to find a particular type of labeling which can give us the IsoCovers by rotations

If any extra details required the same can be provided too.

 

The details given in below pdf

this time I attach as Pdf as It was typed in Latex and then corverted to PDF due to much mathematical typing . And those images where in Latex already with me. So only attach as PDF this time.

Defination.pdf

Hope to get your guidance and support kind help

Complete graphs are also circulant graphs so one example of H as K_{2,2,2} and G as a complete graph $K_{13}$

@Carl Love 

 

Which copy of C_4 represents with respect to which vertex if that can be told it will be great

 

Now put a new G and a new H it is taking sometime attached the same code with the new G and H

 

IsoCovers_try.mw

Is it possible to print each IC cover set as it comes , as full excecution may take time I dont know if it is possible

Kind help

@Carl Love 

Respected sir,

I attach PDF file can we Generalize the code to do this attached a PDF file of requirment and even an example

Sorry for little delay due to personal reasons and functions , today my birthday.

General requirment to change K_n to any G

picking_with_some_three_conditions_as_here_little_general.pdf

An Example for the same for better understanding

Example.pdf

Kind help please

@Carl Love 

For the Graph H inputed we should not stick to the vertex labels inputed

What we can do is to fix one edge set say {1,2}

using all the Graph H with {1,2} as edge label in $K_n$

we need to see what will be  ISoCovers then we will be able to do each of the H what contain {1,2}

If no IsoCovers get enlisted with edge {1,2} in its Graph H 

Implies the non-existence ISoCovers For graph H.

We may need add something their.

Any way within the code.

Kind help

@Carl Love 

Sorry it should be n

Kind help sir to modify code please with a new worksheet

If this can done I much general problem in hand which can also be done I feel which can be done

@Carl Love 

I attach a PDF file Using the above idea can the below word file problem can it be solved

I have represted as a problem similiar to the above.

Can it be solved using the similiar idea kind help.

picking_with_some_three_conditions_as_here.pdf

@lcz 

Expalnation given via example

If more details of explanation I can provide

Graphs are drawn and explained

Kind help

File attached of explanation with example

QUestion1.pdf

@lcz 

Instead of 

# Output the index(es) of entries in gL for which the
# isomorphism is true

help me store the graphs in set say S all these graphs which are isomorphic to T

I tried but where that if condition I should insert the union code so that it stores the graphs instead of index.

isSub.mw

Kind help to tweak

@tomleslie 

The answer is correct.

But I am trying add one more condition to catogorize it isnt working for me dont know why kind help

ListTools:-Categorize((x, y) ->(( x[1] = y[1]) and numelems(select(member,x,y))=1), L)

That is I want to ristict in the same way [ not only the first element same but the number of elements between pairs  in the  intersection between the sets will be only 1]

All such pairs to the catogirized and removed

The result is not coming out the way required when i use the command

@lcz

Need to code in maple as most of my already done codes in maple

The idea is 

1) S be a subset of V

2) we need to check two conditions

     i) is N[S]=V.   That is closed neighbourhood

Store these in a Set D once condition one is only satisfied 

    ii) second no proper subset of this S should have N[S]=V

Then one way to do condition ii) may from D find all those sets within D whose supersets are not in D itself and make it as M 

Store such minimal sets in a set say M if both condition one and two are both satisfied 

We need to return both D and M sets

So that we can operate on these sets later via functions

Kind help someone please good way to do this 

Will be acknowledged it is a very useful code 

Kind help 

@Carl Love 

Attached the code after pasting the above code shared in my maple worksheet I see it gving some error In my input not able to identify the error and correct kind help.

Attached code

Convert_Maple_Graph_to_GraphNEL.mw

1 2 3 4 5 6 7 Last Page 1 of 11